coursera国际法笔记 持续更新
LECTURE ONE
International crime court(ICC) came into being after the Second World War. The Nuremberg tribunal. No excuse as simply obedience for orders. Being chief leaders is no excuse for impunity. Not all countries are parties to the ICC statute. China is not a member. America has signed it but not ratified it. If a country is not a party to the ICC statute, it will not be regulated
by the ICC directly, but the board can vote for a sanction.
LECTURE TWO
What international crime law could apply to?
Genocide
Against humanity
Torture (just apply to the countries ratified Torture )
War
through the virtue of pretty easy travel, and the internet, and the amazing digital archive that is put at almost everybody's fingertips through the internet, you can feel as if all of art history is available to you at once, and you can do whatever you will with it.
coursera国际法笔记 持续更新的更多相关文章
- BLE资料应用笔记 -- 持续更新
		
BLE资料应用笔记 -- 持续更新 BLE 应用笔记 小书匠 简而言之,蓝牙无处不在,易于使用,低耗能和低使用成本.'让我们'更深入地探索这些方面吧. 蓝牙无处不在-,您可以在几乎每一台电话.笔记本电 ...
 - [读书]10g/11g编程艺术深入体现结构学习笔记(持续更新...)
		
持续更新...) 第8章 1.在过程性循环中提交更新容易产生ora-01555:snapshot too old错误.P257 (这种情况我觉得应该是在高并发的情况下才会产生) 假设的一个场景是系统一 ...
 - react-native-storage 使用笔记 持续更新
		
React-native-storage是在AsyncStorage之上封装的一个缓存操作插件库,刚开始接触这个也遇到了一些问题,在这里简单记录总结一下,碰到了就记下来,持续更新吧 1.安卓下stor ...
 - 数据分析之Pandas和Numpy学习笔记(持续更新)<1>
		
pandas and numpy notebook 最近工作交接,整理电脑资料时看到了之前的基于Jupyter学习数据分析相关模块学习笔记.想着拿出来分享一下,可是Jupyter导出来h ...
 - BLE资料应用笔记 -- 持续更新(转载)
		
简而言之,蓝牙无处不在,易于使用,低耗能和低使用成本.’让我们’更深入地探索这些方面吧. 蓝牙无处不在—,您可以在几乎每一台电话.笔记本电脑 .台式电脑和平板电脑中找到蓝牙.因此,您可以便利地连接键盘 ...
 - Semantic ui 学习笔记 持续更新
		
这个semantic 更新版本好快~ 首先是代码的标识<code></code> 具体样式就是红框这样的 圈起来代码感觉不错 不过要在semantic.css里在加上如下样式~ ...
 - Git学习笔记(持续更新)
		
1.强制同步为远程的代码 远程仓库回退了commit的情况下(第2条描述之情况),强制同步远程的代码到本地 #更新远程最新的所有代码,但是不merge或者rebase git fetch --all ...
 - web前端开发随手笔记 - 持续更新
		
本文仅为个人常用代码整理,供自己日常查阅 html 浏览器内核 <!--[if IE]><![endif]--> <!--[if IE 6]><![endif ...
 - Codeforces/TopCoder/ProjectEuler/CodeChef 散题笔记 (持续更新)
		
最近做到了一些有趣的散题,于是开个Blog记录一下吧… (如果有人想做这些题的话还是不要看题解吧…) 2017-03-16 PE 202 Laserbeam 题意:有一个正三角形的镜子屋,光线从$C$ ...
 
随机推荐
- jsp技术和el表达式和jstl技术
			
注:本文参考黑马视频的讲义 jsp技术 1.jsp脚本 )<%java代码%> ----- 内部的java代码翻译到service方法的内部 )<%=java变量或表达式> - ...
 - 前端阶段_html部分2后台frame的初始构架案例
			
1.<frameset cols="25%,75%"> 把页面分为1:3,并且使用frame的同时应该删除body标签 2.<frame src ...
 - VC静态调用DLL(lib)
			
1. #pragma comment(lib, "libxml2.lib")#pragma comment(lib, "iconv.lib")#pragma c ...
 - Eclipse使用之将Git项目转为Maven项目, ( 注意: 最后没有pom.xml文件的, 要转化下 )
			
Eclipse使用之将Git项目转为Maven项目(全图解) 2017年08月11日 09:24:31 阅读数:427 1.打开Eclipse,File->Import 2.Git->Pr ...
 - 一篇好文之Android数据库 GreenDao的完全解析
			
数据库GreenDao.jpg 之前在开发过程中,数据库基本上会使用Litepal或者SQlite自己写,最近换新环境,公司原先使用的数据库就是GreenDao,在各种情况的作用下,准备了解下Gree ...
 - Corrupted Metadata/failed to mount /sysroot
			
公司电脑CentOS系统突然断电,开机后,无法进入系统.查看系统log如下: mount: mount /dev/mapper/cl-root on /sysroot failed:Structure ...
 - Navicat for MySQL 查看BLOB字段内容
			
转载地址:https://blog.csdn.net/lwei_998/article/details/41871329
 - 大数据-Hive 常用命令
			
Hive 启动 ~$ hive 退出 hive>quit; --退出hive or hive> exit; --exit会影响之前的使用,所以需要下一句kill掉hadoop的进程 > ...
 - MySQL official tutorial
			
1.installation 2.setup environment variables add %/MySQL Server/bin to path. then restart cmd/powers ...
 - learn python the hard way 习题18~25总结
			
定义函数和调用函数的语法 定义函数 形式: def functionName(p1,p2): statement other statement 需要注意: 紧跟者函数定义的代码是否使用了4个空格的缩 ...