diff --git "a/2016/01/10/\351\207\215\346\226\260\346\220\255\345\273\272\345\215\232\345\256\242/index.html" "b/2016/01/10/\351\207\215\346\226\260\346\220\255\345\273\272\345\215\232\345\256\242/index.html" index 6ccd206..7ed3c98 100644 --- "a/2016/01/10/\351\207\215\346\226\260\346\220\255\345\273\272\345\215\232\345\256\242/index.html" +++ "b/2016/01/10/\351\207\215\346\226\260\346\220\255\345\273\272\345\215\232\345\256\242/index.html" @@ -62,10 +62,10 @@ - + - + @@ -250,7 +250,7 @@

错误实例2:声明一个函数,并且立即调用改函数

1
function fun(){}()

错误原因:最后面的那一组小括号被当做分组运算符,并没有被解析成调用fun函数

正确实例:通过常用的运算符如()、!、—、+、typeof等放在匿名函数前,
让解析器把后面的函数当做表达式执行再通过()调用该函数

1
2
(function(){
}())

-

我的博客地址

+

我的博客地址

diff --git "a/2016/01/12/hexo\345\215\232\345\256\242\346\220\255\345\273\272\350\277\207\347\250\213/index.html" "b/2016/01/12/hexo\345\215\232\345\256\242\346\220\255\345\273\272\350\277\207\347\250\213/index.html" index 3d646c5..738dfe1 100644 --- "a/2016/01/12/hexo\345\215\232\345\256\242\346\220\255\345\273\272\350\277\207\347\250\213/index.html" +++ "b/2016/01/12/hexo\345\215\232\345\256\242\346\220\255\345\273\272\350\277\207\347\250\213/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/01/30/java-\344\273\243\347\240\201\344\270\255\346\267\273\345\212\240log\346\227\245\345\277\227/index.html" "b/2016/01/30/java-\344\273\243\347\240\201\344\270\255\346\267\273\345\212\240log\346\227\245\345\277\227/index.html" index 3ef58c3..45a85f7 100644 --- "a/2016/01/30/java-\344\273\243\347\240\201\344\270\255\346\267\273\345\212\240log\346\227\245\345\277\227/index.html" +++ "b/2016/01/30/java-\344\273\243\347\240\201\344\270\255\346\267\273\345\212\240log\346\227\245\345\277\227/index.html" @@ -63,7 +63,7 @@ 通过指定的名字获得记录器,如果必要的话,则为这个名字创建一个新的记录器。"> - + diff --git "a/2016/01/30/maven\351\241\271\347\233\256\345\244\232\344\270\252module\345\267\245\347\250\213\346\220\255\345\273\272/index.html" "b/2016/01/30/maven\351\241\271\347\233\256\345\244\232\344\270\252module\345\267\245\347\250\213\346\220\255\345\273\272/index.html" index c809ece..abefabc 100644 --- "a/2016/01/30/maven\351\241\271\347\233\256\345\244\232\344\270\252module\345\267\245\347\250\213\346\220\255\345\273\272/index.html" +++ "b/2016/01/30/maven\351\241\271\347\233\256\345\244\232\344\270\252module\345\267\245\347\250\213\346\220\255\345\273\272/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/02/01/css\345\274\272\345\210\266\346\215\242\350\241\214\344\270\216\344\270\215\346\215\242\350\241\214/index.html" "b/2016/02/01/css\345\274\272\345\210\266\346\215\242\350\241\214\344\270\216\344\270\215\346\215\242\350\241\214/index.html" index cbc32d9..3316495 100644 --- "a/2016/02/01/css\345\274\272\345\210\266\346\215\242\350\241\214\344\270\216\344\270\215\346\215\242\350\241\214/index.html" +++ "b/2016/02/01/css\345\274\272\345\210\266\346\215\242\350\241\214\344\270\216\344\270\215\346\215\242\350\241\214/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/02/04/\350\241\250\345\200\274\345\207\275\346\225\260\345\222\214\346\240\207\351\207\217\345\207\275\346\225\260/index.html" "b/2016/02/04/\350\241\250\345\200\274\345\207\275\346\225\260\345\222\214\346\240\207\351\207\217\345\207\275\346\225\260/index.html" index a256827..63cb08e 100644 --- "a/2016/02/04/\350\241\250\345\200\274\345\207\275\346\225\260\345\222\214\346\240\207\351\207\217\345\207\275\346\225\260/index.html" +++ "b/2016/02/04/\350\241\250\345\200\274\345\207\275\346\225\260\345\222\214\346\240\207\351\207\217\345\207\275\346\225\260/index.html" @@ -63,7 +63,7 @@ 标量值函数:返回类型只能是基类型,其返回值类型为除TEXT、NTEXT 、IMAGE、CURSOR、 TIMESTAMP 和TABLE 类型外的其它数据类型。函数体语句定义在BEGIN-END语句内,其中包含了可以返回值的Transact-SQL 命令。调用返回表的 SQL Server 内置函数时"> - + diff --git "a/2016/02/25/linux\346\226\207\344\273\266\347\233\256\345\275\225\346\235\203\351\231\220/index.html" "b/2016/02/25/linux\346\226\207\344\273\266\347\233\256\345\275\225\346\235\203\351\231\220/index.html" index 19bc6cc..299a6b7 100644 --- "a/2016/02/25/linux\346\226\207\344\273\266\347\233\256\345\275\225\346\235\203\351\231\220/index.html" +++ "b/2016/02/25/linux\346\226\207\344\273\266\347\233\256\345\275\225\346\235\203\351\231\220/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/03/09/gradle\344\275\277\347\224\250/index.html" "b/2016/03/09/gradle\344\275\277\347\224\250/index.html" index ae67835..88c22c5 100644 --- "a/2016/03/09/gradle\344\275\277\347\224\250/index.html" +++ "b/2016/03/09/gradle\344\275\277\347\224\250/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/03/09/keytool\347\232\204\344\275\277\347\224\250/index.html" "b/2016/03/09/keytool\347\232\204\344\275\277\347\224\250/index.html" index 35d7fe4..327412d 100644 --- "a/2016/03/09/keytool\347\232\204\344\275\277\347\224\250/index.html" +++ "b/2016/03/09/keytool\347\232\204\344\275\277\347\224\250/index.html" @@ -62,7 +62,7 @@ - + diff --git a/2016/03/21/websocket/index.html b/2016/03/21/websocket/index.html index e5babc2..e60a372 100644 --- a/2016/03/21/websocket/index.html +++ b/2016/03/21/websocket/index.html @@ -62,7 +62,7 @@ - + diff --git "a/2016/03/30/js\346\250\241\346\235\277\345\274\225\346\223\216/index.html" "b/2016/03/30/js\346\250\241\346\235\277\345\274\225\346\223\216/index.html" index ebf2442..46115b6 100644 --- "a/2016/03/30/js\346\250\241\346\235\277\345\274\225\346\223\216/index.html" +++ "b/2016/03/30/js\346\250\241\346\235\277\345\274\225\346\223\216/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/04/05/linux\345\270\270\347\224\250\345\221\275\344\273\244/index.html" "b/2016/04/05/linux\345\270\270\347\224\250\345\221\275\344\273\244/index.html" index a0afc22..576ef77 100644 --- "a/2016/04/05/linux\345\270\270\347\224\250\345\221\275\344\273\244/index.html" +++ "b/2016/04/05/linux\345\270\270\347\224\250\345\221\275\344\273\244/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/04/06/python\345\255\246\344\271\240-1/index.html" "b/2016/04/06/python\345\255\246\344\271\240-1/index.html" index 51a4630..f4db171 100644 --- "a/2016/04/06/python\345\255\246\344\271\240-1/index.html" +++ "b/2016/04/06/python\345\255\246\344\271\240-1/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/04/06/python\345\255\246\344\271\240-2/index.html" "b/2016/04/06/python\345\255\246\344\271\240-2/index.html" index 419107d..1c23fe1 100644 --- "a/2016/04/06/python\345\255\246\344\271\240-2/index.html" +++ "b/2016/04/06/python\345\255\246\344\271\240-2/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/04/06/redis\344\270\213\350\275\275\345\256\211\350\243\205\346\265\213\350\257\225/index.html" "b/2016/04/06/redis\344\270\213\350\275\275\345\256\211\350\243\205\346\265\213\350\257\225/index.html" index 514cfd5..a358689 100644 --- "a/2016/04/06/redis\344\270\213\350\275\275\345\256\211\350\243\205\346\265\213\350\257\225/index.html" +++ "b/2016/04/06/redis\344\270\213\350\275\275\345\256\211\350\243\205\346\265\213\350\257\225/index.html" @@ -64,7 +64,7 @@ 3. 编译12345$ cd redis-3.0.7$ make$make install$cp redis.conf /etc/"> - + - + diff --git "a/2016/06/05/sqlserver\350\247\246\345\217\221\345\231\250/index.html" "b/2016/06/05/sqlserver\350\247\246\345\217\221\345\231\250/index.html" index d90cb5e..a7c735a 100644 --- "a/2016/06/05/sqlserver\350\247\246\345\217\221\345\231\250/index.html" +++ "b/2016/06/05/sqlserver\350\247\246\345\217\221\345\231\250/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/06/30/git\345\221\275\344\273\244/index.html" "b/2016/06/30/git\345\221\275\344\273\244/index.html" index 197de29..f9bde8b 100644 --- "a/2016/06/30/git\345\221\275\344\273\244/index.html" +++ "b/2016/06/30/git\345\221\275\344\273\244/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/07/02/eclipse\345\270\270\350\247\201\351\227\256\351\242\230/index.html" "b/2016/07/02/eclipse\345\270\270\350\247\201\351\227\256\351\242\230/index.html" index 14a963a..0157e32 100644 --- "a/2016/07/02/eclipse\345\270\270\350\247\201\351\227\256\351\242\230/index.html" +++ "b/2016/07/02/eclipse\345\270\270\350\247\201\351\227\256\351\242\230/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/08/10/sqlserver\345\212\240\345\257\206\350\247\243\345\257\206/index.html" "b/2016/08/10/sqlserver\345\212\240\345\257\206\350\247\243\345\257\206/index.html" index d5f304f..4c9f3f1 100644 --- "a/2016/08/10/sqlserver\345\212\240\345\257\206\350\247\243\345\257\206/index.html" +++ "b/2016/08/10/sqlserver\345\212\240\345\257\206\350\247\243\345\257\206/index.html" @@ -62,11 +62,11 @@ - + - + diff --git "a/2016/08/22/iis-\346\267\273\345\212\240ssl\350\257\201\344\271\246/index.html" "b/2016/08/22/iis-\346\267\273\345\212\240ssl\350\257\201\344\271\246/index.html" index f7e7969..9cf2692 100644 --- "a/2016/08/22/iis-\346\267\273\345\212\240ssl\350\257\201\344\271\246/index.html" +++ "b/2016/08/22/iis-\346\267\273\345\212\240ssl\350\257\201\344\271\246/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/08/22/iis\345\222\214tomcat\347\246\201\346\255\242DELETE-PUT-OPTIONS\350\257\267\346\261\202/index.html" "b/2016/08/22/iis\345\222\214tomcat\347\246\201\346\255\242DELETE-PUT-OPTIONS\350\257\267\346\261\202/index.html" index e58243a..f3c727f 100644 --- "a/2016/08/22/iis\345\222\214tomcat\347\246\201\346\255\242DELETE-PUT-OPTIONS\350\257\267\346\261\202/index.html" +++ "b/2016/08/22/iis\345\222\214tomcat\347\246\201\346\255\242DELETE-PUT-OPTIONS\350\257\267\346\261\202/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/08/22/iis\351\205\215\347\275\256\345\217\215\345\220\221\344\273\243\347\220\206/index.html" "b/2016/08/22/iis\351\205\215\347\275\256\345\217\215\345\220\221\344\273\243\347\220\206/index.html" index 3427f0e..9634456 100644 --- "a/2016/08/22/iis\351\205\215\347\275\256\345\217\215\345\220\221\344\273\243\347\220\206/index.html" +++ "b/2016/08/22/iis\351\205\215\347\275\256\345\217\215\345\220\221\344\273\243\347\220\206/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/08/27/Aspect\345\256\236\347\216\260\346\227\245\345\277\227\347\256\241\347\220\206/index.html" "b/2016/08/27/Aspect\345\256\236\347\216\260\346\227\245\345\277\227\347\256\241\347\220\206/index.html" index 7707b19..700c68e 100644 --- "a/2016/08/27/Aspect\345\256\236\347\216\260\346\227\245\345\277\227\347\256\241\347\220\206/index.html" +++ "b/2016/08/27/Aspect\345\256\236\347\216\260\346\227\245\345\277\227\347\256\241\347\220\206/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/08/27/mybatis\350\260\203\347\224\250sqlserver\345\222\214oracle\345\255\230\345\202\250\350\277\207\347\250\213/index.html" "b/2016/08/27/mybatis\350\260\203\347\224\250sqlserver\345\222\214oracle\345\255\230\345\202\250\350\277\207\347\250\213/index.html" index 8ede371..686ff51 100644 --- "a/2016/08/27/mybatis\350\260\203\347\224\250sqlserver\345\222\214oracle\345\255\230\345\202\250\350\277\207\347\250\213/index.html" +++ "b/2016/08/27/mybatis\350\260\203\347\224\250sqlserver\345\222\214oracle\345\255\230\345\202\250\350\277\207\347\250\213/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/08/30/vi\345\221\275\344\273\244/index.html" "b/2016/08/30/vi\345\221\275\344\273\244/index.html" index b378499..e4c627d 100644 --- "a/2016/08/30/vi\345\221\275\344\273\244/index.html" +++ "b/2016/08/30/vi\345\221\275\344\273\244/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/09/09/webpack\344\275\277\347\224\250/index.html" "b/2016/09/09/webpack\344\275\277\347\224\250/index.html" index bc1554a..7fcaaad 100644 --- "a/2016/09/09/webpack\344\275\277\347\224\250/index.html" +++ "b/2016/09/09/webpack\344\275\277\347\224\250/index.html" @@ -62,10 +62,10 @@ - + - + diff --git "a/2016/11/06/CAS4.2.7\345\215\225\347\202\271\347\231\273\345\275\225/index.html" "b/2016/11/06/CAS4.2.7\345\215\225\347\202\271\347\231\273\345\275\225/index.html" index f1c8801..981b309 100644 --- "a/2016/11/06/CAS4.2.7\345\215\225\347\202\271\347\231\273\345\275\225/index.html" +++ "b/2016/11/06/CAS4.2.7\345\215\225\347\202\271\347\231\273\345\275\225/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/11/19/\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\2271/index.html" "b/2016/11/19/\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\2271/index.html" index 9ea934e..e3c32ed 100644 --- "a/2016/11/19/\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\2271/index.html" +++ "b/2016/11/19/\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\2271/index.html" @@ -63,11 +63,11 @@ 修改ssh服务配置ubuntu默认无法用户ssh登陆1vim /ect/ssh/sshd_config"> - + - + diff --git "a/2016/11/20/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\351\205\215\347\275\256java\347\216\257\345\242\203/index.html" "b/2016/11/20/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\351\205\215\347\275\256java\347\216\257\345\242\203/index.html" index aca2d1d..c54c912 100644 --- "a/2016/11/20/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\351\205\215\347\275\256java\347\216\257\345\242\203/index.html" +++ "b/2016/11/20/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\351\205\215\347\275\256java\347\216\257\345\242\203/index.html" @@ -62,7 +62,7 @@ - + diff --git "a/2016/11/21/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\345\256\211\350\243\205\351\205\215\347\275\256redis\346\225\260\346\215\256\345\272\223/index.html" "b/2016/11/21/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\345\256\211\350\243\205\351\205\215\347\275\256redis\346\225\260\346\215\256\345\272\223/index.html" index 6cef40e..a8d40f2 100644 --- "a/2016/11/21/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\345\256\211\350\243\205\351\205\215\347\275\256redis\346\225\260\346\215\256\345\272\223/index.html" +++ "b/2016/11/21/\343\200\220\347\263\273\347\273\237\346\220\255\345\273\272\347\263\273\345\210\227\343\200\221ubuntu\345\256\211\350\243\205\351\205\215\347\275\256redis\346\225\260\346\215\256\345\272\223/index.html" @@ -65,7 +65,7 @@ 查看服务状态123service redis-server status或者/etc/init.d/redis-serve"> - + - + diff --git a/archives/2016/01/index.html b/archives/2016/01/index.html index 0481313..5749d6e 100644 --- a/archives/2016/01/index.html +++ b/archives/2016/01/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/02/index.html b/archives/2016/02/index.html index 51ea974..e4821aa 100644 --- a/archives/2016/02/index.html +++ b/archives/2016/02/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/03/index.html b/archives/2016/03/index.html index 0722e1d..80de293 100644 --- a/archives/2016/03/index.html +++ b/archives/2016/03/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/04/index.html b/archives/2016/04/index.html index 3d856a4..fe6b6dd 100644 --- a/archives/2016/04/index.html +++ b/archives/2016/04/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/06/index.html b/archives/2016/06/index.html index 1b5c81d..e5adcba 100644 --- a/archives/2016/06/index.html +++ b/archives/2016/06/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/07/index.html b/archives/2016/07/index.html index 8e623b3..10a450a 100644 --- a/archives/2016/07/index.html +++ b/archives/2016/07/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/08/index.html b/archives/2016/08/index.html index 0651b28..91dd039 100644 --- a/archives/2016/08/index.html +++ b/archives/2016/08/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/09/index.html b/archives/2016/09/index.html index 7070e87..7a32032 100644 --- a/archives/2016/09/index.html +++ b/archives/2016/09/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/11/index.html b/archives/2016/11/index.html index 5ef1e7a..2c34bd6 100644 --- a/archives/2016/11/index.html +++ b/archives/2016/11/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/12/index.html b/archives/2016/12/index.html index 53a00db..57c1d78 100644 --- a/archives/2016/12/index.html +++ b/archives/2016/12/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/index.html b/archives/2016/index.html index a43805e..540b89f 100644 --- a/archives/2016/index.html +++ b/archives/2016/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/2016/page/2/index.html b/archives/2016/page/2/index.html index b483b86..468f4bf 100644 --- a/archives/2016/page/2/index.html +++ b/archives/2016/page/2/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/index.html b/archives/index.html index 6d779a7..e4d288f 100644 --- a/archives/index.html +++ b/archives/index.html @@ -62,7 +62,7 @@ - + diff --git a/archives/page/2/index.html b/archives/page/2/index.html index 8c69edc..18d4977 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -62,7 +62,7 @@ - + diff --git a/atom.xml b/atom.xml index 9e133a9..5e2e69a 100644 --- a/atom.xml +++ b/atom.xml @@ -3,9 +3,9 @@ <![CDATA[pangyalin的博客]]> - + 2017-03-12T01:06:41.283Z - http://www.iwooto.com/ + http://whynotrunning.github.io/ @@ -16,8 +16,8 @@ <![CDATA[聚集索引与非聚集索引]]> - - http://www.iwooto.com/2016/12/11/聚集索引与非聚集索引/ + + http://whynotrunning.github.io/2016/12/11/聚集索引与非聚集索引/ 2016-12-11T07:44:56.000Z 2017-03-12T01:06:41.283Z 1.什么是索引

@@ -29,14 +29,14 @@ ]]> - +
<![CDATA[【系统搭建系列】ubuntu安装配置redis数据库]]> - - http://www.iwooto.com/2016/11/21/【系统搭建系列】ubuntu安装配置redis数据库/ + + http://whynotrunning.github.io/2016/11/21/【系统搭建系列】ubuntu安装配置redis数据库/ 2016-11-21T15:18:05.000Z 2016-11-25T14:28:41.103Z 1.安装redis
1
apt-get install redis-server

@@ -49,14 +49,14 @@ 1.安装redis
1
- + <![CDATA[【系统搭建系列】ubuntu配置java环境]]> - - http://www.iwooto.com/2016/11/20/【系统搭建系列】ubuntu配置java环境/ + + http://whynotrunning.github.io/2016/11/20/【系统搭建系列】ubuntu配置java环境/ 2016-11-20T11:12:21.000Z 2016-12-20T14:50:28.440Z 1.官网下载jdk文件
jdk下载地址
2.上传到服务
1
2
3
4
5
6
root@ubuntu:/# cd /usr/lib/
root@ubuntu:/lib# mkdir java
root@ubuntu:/lib/java# rz -be
rz waiting to receive.**B0100000063f694
root@ubuntu:/lib/java# ls
jdk-8u112-linux-x64.tar.gz

@@ -82,14 +82,14 @@ - +
<![CDATA[【系统搭建系列】ubuntu创建用户与分配权限]]> - - http://www.iwooto.com/2016/11/19/系统搭建系列1/ + + http://whynotrunning.github.io/2016/11/19/系统搭建系列1/ 2016-11-19T11:11:22.000Z 2016-11-20T15:18:44.795Z ubuntu添加openssh-server服务
1
2
sudo apt-get openssh-server
sudo -s//进入root用户

@@ -117,14 +117,14 @@ - +
<![CDATA[CAS4.2.7单点登录]]> - - http://www.iwooto.com/2016/11/06/CAS4.2.7单点登录/ + + http://whynotrunning.github.io/2016/11/06/CAS4.2.7单点登录/ 2016-11-06T14:36:15.000Z 2016-11-17T14:16:22.134Z 单点登录控制多个应用统一从一个登录界面进行登录。
准备材料:
Intellij,jdk1.8,maven
Maven的CAS服务端模板,在这个基础上修改配置文件,作为CAS的服务端
https://codeload.github.com/apereo/cas-overlay-template/zip/master
cas使用数据库读取用户信息
https://apereo.github.io/cas/4.2.x/installation/Database-Authentication.html#database-components

@@ -151,14 +151,14 @@ - +
<![CDATA[webpack使用]]> - - http://www.iwooto.com/2016/09/09/webpack使用/ + + http://whynotrunning.github.io/2016/09/09/webpack使用/ 2016-09-09T11:38:49.000Z 2016-09-09T15:39:59.291Z 什么是 webpack?

webpack是近期最火的一款模块加载器兼打包工具,它能把各种资源,例如JS(含JSX)、coffee、样式(含less/sass)、图片等都作为模块来使用和处理。
我们可以直接使用 require(XXX) 的形式来引入各模块,即使它们可能需要经过编译(比如JSX和sass),但我们无须在上面花费太多心思,因为 webpack 有着各种健全的加载器(loader)在默默处理这些事情,这块我们后续会提到。
你可以不打算将其用在你的项目上,但没有理由不去掌握它,因为以近期 Github 上各大主流的(React相关)项目来说,它们仓库上所展示的示例已经是基于 webpack 来开发的,比如 React-Boostrap 和 Redux。
webpack的官网是 http://webpack.github.io/ ,文档地址是 http://webpack.github.io/docs/ ,想对其进行更详细了解的可以点进去瞧一瞧。

@@ -201,14 +201,14 @@ - +
<![CDATA[vi命令]]> - - http://www.iwooto.com/2016/08/30/vi命令/ + + http://whynotrunning.github.io/2016/08/30/vi命令/ 2016-08-30T12:21:54.000Z 2016-11-17T15:38:31.471Z 进入vi的命令

vi filename :打开或新建文件,并将光标置于第一行首
vi +n filename :打开文件,并将光标置于第n行首
vi + filename :打开文件,并将光标置于最后一行首
vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处
vi -r filename :在上次正用vi编辑时发生系统崩溃,恢复filename
vi filename….filename :打开多个文件,依次进行编辑

@@ -245,14 +245,14 @@ 进入vi的命令

vi]]> - + <![CDATA[Aspect实现日志管理]]> - - http://www.iwooto.com/2016/08/27/Aspect实现日志管理/ + + http://whynotrunning.github.io/2016/08/27/Aspect实现日志管理/ 2016-08-27T04:00:51.000Z 2016-08-27T04:00:51.869Z @@ -264,8 +264,8 @@ <![CDATA[mybatis调用sqlserver和oracle存储过程]]> - - http://www.iwooto.com/2016/08/27/mybatis调用sqlserver和oracle存储过程/ + + http://whynotrunning.github.io/2016/08/27/mybatis调用sqlserver和oracle存储过程/ 2016-08-27T03:57:36.000Z 2016-08-27T03:57:36.320Z @@ -277,8 +277,8 @@ <![CDATA[iis和tomcat禁止DELETE PUT OPTIONS请求]]> - - http://www.iwooto.com/2016/08/22/iis和tomcat禁止DELETE-PUT-OPTIONS请求/ + + http://whynotrunning.github.io/2016/08/22/iis和tomcat禁止DELETE-PUT-OPTIONS请求/ 2016-08-22T15:35:21.000Z 2016-08-22T15:35:21.912Z @@ -290,8 +290,8 @@ <![CDATA[iis配置反向代理]]> - - http://www.iwooto.com/2016/08/22/iis配置反向代理/ + + http://whynotrunning.github.io/2016/08/22/iis配置反向代理/ 2016-08-22T15:32:15.000Z 2016-08-22T15:32:15.440Z @@ -303,8 +303,8 @@ <![CDATA[iis 添加ssl证书]]> - - http://www.iwooto.com/2016/08/22/iis-添加ssl证书/ + + http://whynotrunning.github.io/2016/08/22/iis-添加ssl证书/ 2016-08-22T15:31:47.000Z 2016-09-24T10:48:18.579Z ]]> @@ -312,14 +312,14 @@ - + <![CDATA[sqlserver加密解密]]> - - http://www.iwooto.com/2016/08/10/sqlserver加密解密/ + + http://whynotrunning.github.io/2016/08/10/sqlserver加密解密/ 2016-08-10T13:17:53.000Z 2016-08-22T15:30:52.112Z 简介

加密是指通过使用密钥或密码对数据进行模糊处理的过程。在SQL Server中,加密并不能替代其他的安全设置,比如防止未被授权的人访问数据库

@@ -343,14 +343,14 @@ - +
<![CDATA[eclipse常见问题]]> - - http://www.iwooto.com/2016/07/02/eclipse常见问题/ + + http://whynotrunning.github.io/2016/07/02/eclipse常见问题/ 2016-07-02T02:11:02.000Z 2016-07-07T15:15:06.055Z java

jsp

1.Can not find the tag library descriptor for “http://shiro.apache.org/tags
问题解决:首先可能jar包没有导入到项目中,如果已经导入到项目,
找到错误信息的位置剪切下错误的代码,文件不提示错误后再粘贴进去(eclipse已经对改文件打上错误的标示,
即使已经引入了jar包,确没有从新检查)

@@ -367,14 +367,14 @@ - +
<![CDATA[git命令]]> - - http://www.iwooto.com/2016/06/30/git命令/ + + http://whynotrunning.github.io/2016/06/30/git命令/ 2016-06-30T14:21:54.000Z 2016-06-30T14:33:23.209Z 生成ssh key
1
2
3
4
5
6
7
8
9
10
$ ssh-keygen -t rsa -C "email.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Administrator/.ssh/id_rsa):
/c/Users/Administrator/.ssh/id_rsa already exists.
Overwrite (y/n)? Y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Passphrases do not match. Try again.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
@@ -400,14 +400,14 @@ - +
<![CDATA[sqlserver触发器]]> - - http://www.iwooto.com/2016/06/05/sqlserver触发器/ + + http://whynotrunning.github.io/2016/06/05/sqlserver触发器/ 2016-06-05T14:23:01.000Z 2016-06-13T11:21:32.356Z 触发器的分类
DML触发器是响应Insert、Update、Delete语句,DDL是响应Create、Alter、Drop开头的数据定义语句而激活的。
1.触发器的概念:就是在数据库进行insert、delete、update时会触发我们规定的的一系列的动作
创建一个简单的触发器
1
2
3
4
5
6
create trigger tgr_name --触发器的名称
on table_name --触发器作用的表名
for insert --触发的操作
as
print '我添加了一条记录哦'
go

@@ -419,14 +419,14 @@ - +
<![CDATA[java自定义注解]]> - - http://www.iwooto.com/2016/04/19/java注解/ + + http://whynotrunning.github.io/2016/04/19/java注解/ 2016-04-19T12:31:10.000Z 2016-05-24T14:10:38.584Z 元注解

@Target表示该注解可以用于什么地方,可能的ElementType参数有:
CONSTRUCTOR:构造器的声明
FIELD:域声明(包括enum实例)
LOCAL_VARIABLE:局部变量声明
METHOD:方法声明
PACKAGE:包声明
PARAMETER:参数声明
TYPE:类、接口(包括注解类型)或enum声明

@@ -448,14 +448,14 @@ 元注解

@Target表示该注解可以用于什么地方,可能的ElementType参数有]]> - + <![CDATA[python学习(1)]]> - - http://www.iwooto.com/2016/04/06/python学习-1/ + + http://whynotrunning.github.io/2016/04/06/python学习-1/ 2016-04-05T17:23:39.000Z 2016-04-05T17:26:31.284Z Python学习(1) @@ -466,14 +466,14 @@ - + <![CDATA[python学习(2)]]> - - http://www.iwooto.com/2016/04/06/python学习-2/ + + http://whynotrunning.github.io/2016/04/06/python学习-2/ 2016-04-05T17:19:58.000Z 2016-04-05T17:26:23.752Z Python学习(2) @@ -483,14 +483,14 @@ - + <![CDATA[redis下载安装测试]]> - - http://www.iwooto.com/2016/04/06/redis下载安装测试/ + + http://whynotrunning.github.io/2016/04/06/redis下载安装测试/ 2016-04-05T16:38:32.000Z 2016-04-05T17:24:59.373Z redis安装

1. 下载地址:

1
$ wget http://download.redis.io/releases/redis-3.0.7.tar.gz

@@ -538,7 +538,7 @@ - +
diff --git a/baidu_verify_Kjbufy1hnh.html b/baidu_verify_Kjbufy1hnh.html index 29f6be9..da979d5 100644 --- a/baidu_verify_Kjbufy1hnh.html +++ b/baidu_verify_Kjbufy1hnh.html @@ -62,7 +62,7 @@ - + diff --git a/baidusitemap.xml b/baidusitemap.xml index f534113..a069597 100644 --- a/baidusitemap.xml +++ b/baidusitemap.xml @@ -3,7 +3,24 @@ - http://www.iwooto.com/2016/12/11/%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95%E4%B8%8E%E9%9D%9E%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95/ + http://whynotrunning.github.io/2016/01/10/%E9%87%8D%E6%96%B0%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/ + 2018-09-25T17:06:25.808Z + + + 再次认识js的立即执行函数 + 2016-01-10T14:14:00.000Z + + js + + + + + + + + + + http://whynotrunning.github.io/2016/12/11/%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95%E4%B8%8E%E9%9D%9E%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95/ 2017-03-12T01:06:41.283Z @@ -20,7 +37,7 @@ - http://www.iwooto.com/2016/11/20/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E9%85%8D%E7%BD%AEjava%E7%8E%AF%E5%A2%83/ + http://whynotrunning.github.io/2016/11/20/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E9%85%8D%E7%BD%AEjava%E7%8E%AF%E5%A2%83/ 2016-12-20T14:50:28.440Z @@ -37,7 +54,7 @@ - http://www.iwooto.com/2016/11/21/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AEredis%E6%95%B0%E6%8D%AE%E5%BA%93/ + http://whynotrunning.github.io/2016/11/21/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AEredis%E6%95%B0%E6%8D%AE%E5%BA%93/ 2016-11-25T14:28:41.103Z @@ -54,7 +71,7 @@ - http://www.iwooto.com/2016/11/19/%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%971/ + http://whynotrunning.github.io/2016/11/19/%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%971/ 2016-11-20T15:18:44.795Z @@ -71,7 +88,7 @@ - http://www.iwooto.com/2016/04/05/linux%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ + http://whynotrunning.github.io/2016/04/05/linux%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ 2016-11-20T11:22:37.646Z @@ -88,7 +105,7 @@ - http://www.iwooto.com/2016/08/30/vi%E5%91%BD%E4%BB%A4/ + http://whynotrunning.github.io/2016/08/30/vi%E5%91%BD%E4%BB%A4/ 2016-11-17T15:38:31.471Z @@ -105,7 +122,7 @@ - http://www.iwooto.com/2016/03/09/keytool%E7%9A%84%E4%BD%BF%E7%94%A8/ + http://whynotrunning.github.io/2016/03/09/keytool%E7%9A%84%E4%BD%BF%E7%94%A8/ 2016-11-17T14:16:56.221Z @@ -122,7 +139,7 @@ - http://www.iwooto.com/2016/11/06/CAS4.2.7%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95/ + http://whynotrunning.github.io/2016/11/06/CAS4.2.7%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95/ 2016-11-17T14:16:22.134Z @@ -139,7 +156,7 @@ - http://www.iwooto.com/2016/08/22/iis-%E6%B7%BB%E5%8A%A0ssl%E8%AF%81%E4%B9%A6/ + http://whynotrunning.github.io/2016/08/22/iis-%E6%B7%BB%E5%8A%A0ssl%E8%AF%81%E4%B9%A6/ 2016-09-24T10:48:18.579Z @@ -156,7 +173,7 @@ - http://www.iwooto.com/2016/01/12/hexo%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E8%BF%87%E7%A8%8B/ + http://whynotrunning.github.io/2016/01/12/hexo%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E8%BF%87%E7%A8%8B/ 2016-09-10T13:50:24.537Z @@ -173,7 +190,7 @@ - http://www.iwooto.com/2016/09/09/webpack%E4%BD%BF%E7%94%A8/ + http://whynotrunning.github.io/2016/09/09/webpack%E4%BD%BF%E7%94%A8/ 2016-09-09T15:39:59.291Z @@ -190,7 +207,7 @@ - http://www.iwooto.com/2016/08/27/Aspect%E5%AE%9E%E7%8E%B0%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86/ + http://whynotrunning.github.io/2016/08/27/Aspect%E5%AE%9E%E7%8E%B0%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86/ 2016-08-27T04:00:51.869Z @@ -205,7 +222,7 @@ - http://www.iwooto.com/2016/08/27/mybatis%E8%B0%83%E7%94%A8sqlserver%E5%92%8Coracle%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/ + http://whynotrunning.github.io/2016/08/27/mybatis%E8%B0%83%E7%94%A8sqlserver%E5%92%8Coracle%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/ 2016-08-27T03:57:36.320Z @@ -220,7 +237,7 @@ - http://www.iwooto.com/2016/08/22/iis%E5%92%8Ctomcat%E7%A6%81%E6%AD%A2DELETE-PUT-OPTIONS%E8%AF%B7%E6%B1%82/ + http://whynotrunning.github.io/2016/08/22/iis%E5%92%8Ctomcat%E7%A6%81%E6%AD%A2DELETE-PUT-OPTIONS%E8%AF%B7%E6%B1%82/ 2016-08-22T15:35:21.912Z @@ -235,7 +252,7 @@ - http://www.iwooto.com/2016/08/22/iis%E9%85%8D%E7%BD%AE%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/ + http://whynotrunning.github.io/2016/08/22/iis%E9%85%8D%E7%BD%AE%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/ 2016-08-22T15:32:15.440Z @@ -250,7 +267,7 @@ - http://www.iwooto.com/2016/08/10/sqlserver%E5%8A%A0%E5%AF%86%E8%A7%A3%E5%AF%86/ + http://whynotrunning.github.io/2016/08/10/sqlserver%E5%8A%A0%E5%AF%86%E8%A7%A3%E5%AF%86/ 2016-08-22T15:30:52.112Z @@ -267,7 +284,7 @@ - http://www.iwooto.com/2016/07/02/eclipse%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98/ + http://whynotrunning.github.io/2016/07/02/eclipse%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98/ 2016-07-07T15:15:06.055Z @@ -284,7 +301,7 @@ - http://www.iwooto.com/2016/06/30/git%E5%91%BD%E4%BB%A4/ + http://whynotrunning.github.io/2016/06/30/git%E5%91%BD%E4%BB%A4/ 2016-06-30T14:33:23.209Z @@ -301,7 +318,7 @@ - http://www.iwooto.com/2016/02/04/%E8%A1%A8%E5%80%BC%E5%87%BD%E6%95%B0%E5%92%8C%E6%A0%87%E9%87%8F%E5%87%BD%E6%95%B0/ + http://whynotrunning.github.io/2016/02/04/%E8%A1%A8%E5%80%BC%E5%87%BD%E6%95%B0%E5%92%8C%E6%A0%87%E9%87%8F%E5%87%BD%E6%95%B0/ 2016-06-20T14:20:20.551Z @@ -318,7 +335,7 @@ - http://www.iwooto.com/2016/06/05/sqlserver%E8%A7%A6%E5%8F%91%E5%99%A8/ + http://whynotrunning.github.io/2016/06/05/sqlserver%E8%A7%A6%E5%8F%91%E5%99%A8/ 2016-06-13T11:21:32.356Z @@ -335,7 +352,7 @@ - http://www.iwooto.com/2016/04/19/java%E6%B3%A8%E8%A7%A3/ + http://whynotrunning.github.io/2016/04/19/java%E6%B3%A8%E8%A7%A3/ 2016-05-24T14:10:38.584Z @@ -352,7 +369,7 @@ - http://www.iwooto.com/2016/02/25/linux%E6%96%87%E4%BB%B6%E7%9B%AE%E5%BD%95%E6%9D%83%E9%99%90/ + http://whynotrunning.github.io/2016/02/25/linux%E6%96%87%E4%BB%B6%E7%9B%AE%E5%BD%95%E6%9D%83%E9%99%90/ 2016-04-06T15:57:59.333Z @@ -369,7 +386,7 @@ - http://www.iwooto.com/2016/04/06/python%E5%AD%A6%E4%B9%A0-1/ + http://whynotrunning.github.io/2016/04/06/python%E5%AD%A6%E4%B9%A0-1/ 2016-04-05T17:26:31.284Z @@ -386,7 +403,7 @@ - http://www.iwooto.com/2016/04/06/python%E5%AD%A6%E4%B9%A0-2/ + http://whynotrunning.github.io/2016/04/06/python%E5%AD%A6%E4%B9%A0-2/ 2016-04-05T17:26:23.752Z @@ -403,7 +420,7 @@ - http://www.iwooto.com/2016/04/06/redis%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85%E6%B5%8B%E8%AF%95/ + http://whynotrunning.github.io/2016/04/06/redis%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85%E6%B5%8B%E8%AF%95/ 2016-04-05T17:24:59.373Z @@ -420,7 +437,7 @@ - http://www.iwooto.com/2016/03/21/websocket/ + http://whynotrunning.github.io/2016/03/21/websocket/ 2016-04-05T16:43:25.690Z @@ -440,7 +457,7 @@ - http://www.iwooto.com/2016/03/30/js%E6%A8%A1%E6%9D%BF%E5%BC%95%E6%93%8E/ + http://whynotrunning.github.io/2016/03/30/js%E6%A8%A1%E6%9D%BF%E5%BC%95%E6%93%8E/ 2016-03-29T17:21:57.704Z @@ -457,7 +474,7 @@ - http://www.iwooto.com/2016/03/09/gradle%E4%BD%BF%E7%94%A8/ + http://whynotrunning.github.io/2016/03/09/gradle%E4%BD%BF%E7%94%A8/ 2016-03-09T16:00:38.788Z @@ -474,7 +491,7 @@ - http://www.iwooto.com/2016/02/01/css%E5%BC%BA%E5%88%B6%E6%8D%A2%E8%A1%8C%E4%B8%8E%E4%B8%8D%E6%8D%A2%E8%A1%8C/ + http://whynotrunning.github.io/2016/02/01/css%E5%BC%BA%E5%88%B6%E6%8D%A2%E8%A1%8C%E4%B8%8E%E4%B8%8D%E6%8D%A2%E8%A1%8C/ 2016-02-01T13:35:13.120Z @@ -491,7 +508,7 @@ - http://www.iwooto.com/2016/01/30/maven%E9%A1%B9%E7%9B%AE%E5%A4%9A%E4%B8%AAmodule%E5%B7%A5%E7%A8%8B%E6%90%AD%E5%BB%BA/ + http://whynotrunning.github.io/2016/01/30/maven%E9%A1%B9%E7%9B%AE%E5%A4%9A%E4%B8%AAmodule%E5%B7%A5%E7%A8%8B%E6%90%AD%E5%BB%BA/ 2016-01-30T09:04:23.987Z @@ -508,7 +525,7 @@ - http://www.iwooto.com/2016/01/30/java-%E4%BB%A3%E7%A0%81%E4%B8%AD%E6%B7%BB%E5%8A%A0log%E6%97%A5%E5%BF%97/ + http://whynotrunning.github.io/2016/01/30/java-%E4%BB%A3%E7%A0%81%E4%B8%AD%E6%B7%BB%E5%8A%A0log%E6%97%A5%E5%BF%97/ 2016-01-30T09:00:10.816Z @@ -519,23 +536,6 @@ - - - - - - - http://www.iwooto.com/2016/01/10/%E9%87%8D%E6%96%B0%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/ - 2016-01-30T05:15:43.039Z - - - 再次认识js的立即执行函数 - 2016-01-10T14:14:00.000Z - - js - - - diff --git a/css/main.css b/css/main.css index 6d4b6c4..4f8c93b 100644 --- a/css/main.css +++ b/css/main.css @@ -1513,7 +1513,7 @@ pre .javascript .function { width: 4px; height: 4px; border-radius: 50%; - background: #42b8ff; + background: #b5c933; } .links-of-blogroll { font-size: 13px; diff --git a/google74e723fd86286ebd.html b/google74e723fd86286ebd.html index 9832f2f..08193ec 100644 --- a/google74e723fd86286ebd.html +++ b/google74e723fd86286ebd.html @@ -62,7 +62,7 @@ - + diff --git a/index.html b/index.html index 1bf664b..a3ef054 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ - + diff --git a/page/2/index.html b/page/2/index.html index 1b1a47a..3a7a0d9 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -62,7 +62,7 @@ - + diff --git a/page/3/index.html b/page/3/index.html index 239eb9d..0f0451a 100644 --- a/page/3/index.html +++ b/page/3/index.html @@ -62,7 +62,7 @@ - + diff --git a/page/4/index.html b/page/4/index.html index 1d5f432..10bdc30 100644 --- a/page/4/index.html +++ b/page/4/index.html @@ -62,7 +62,7 @@ - + diff --git a/sitemap.xml b/sitemap.xml index c4a95bc..a6ebdd6 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,178 +2,178 @@ - http://www.iwooto.com/2016/12/11/%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95%E4%B8%8E%E9%9D%9E%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95/ + http://whynotrunning.github.io/2016/01/10/%E9%87%8D%E6%96%B0%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/ + 2018-09-25T17:06:25.808Z + + + + http://whynotrunning.github.io/2016/12/11/%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95%E4%B8%8E%E9%9D%9E%E8%81%9A%E9%9B%86%E7%B4%A2%E5%BC%95/ 2017-03-12T01:06:41.283Z - http://www.iwooto.com/2016/11/20/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E9%85%8D%E7%BD%AEjava%E7%8E%AF%E5%A2%83/ + http://whynotrunning.github.io/2016/11/20/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E9%85%8D%E7%BD%AEjava%E7%8E%AF%E5%A2%83/ 2016-12-20T14:50:28.440Z - http://www.iwooto.com/2016/11/21/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AEredis%E6%95%B0%E6%8D%AE%E5%BA%93/ + http://whynotrunning.github.io/2016/11/21/%E3%80%90%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97%E3%80%91ubuntu%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AEredis%E6%95%B0%E6%8D%AE%E5%BA%93/ 2016-11-25T14:28:41.103Z - http://www.iwooto.com/2016/11/19/%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%971/ + http://whynotrunning.github.io/2016/11/19/%E7%B3%BB%E7%BB%9F%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%971/ 2016-11-20T15:18:44.795Z - http://www.iwooto.com/2016/04/05/linux%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ + http://whynotrunning.github.io/2016/04/05/linux%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ 2016-11-20T11:22:37.646Z - http://www.iwooto.com/2016/08/30/vi%E5%91%BD%E4%BB%A4/ + http://whynotrunning.github.io/2016/08/30/vi%E5%91%BD%E4%BB%A4/ 2016-11-17T15:38:31.471Z - http://www.iwooto.com/2016/03/09/keytool%E7%9A%84%E4%BD%BF%E7%94%A8/ + http://whynotrunning.github.io/2016/03/09/keytool%E7%9A%84%E4%BD%BF%E7%94%A8/ 2016-11-17T14:16:56.221Z - http://www.iwooto.com/2016/11/06/CAS4.2.7%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95/ + http://whynotrunning.github.io/2016/11/06/CAS4.2.7%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95/ 2016-11-17T14:16:22.134Z - http://www.iwooto.com/2016/08/22/iis-%E6%B7%BB%E5%8A%A0ssl%E8%AF%81%E4%B9%A6/ + http://whynotrunning.github.io/2016/08/22/iis-%E6%B7%BB%E5%8A%A0ssl%E8%AF%81%E4%B9%A6/ 2016-09-24T10:48:18.579Z - http://www.iwooto.com/2016/01/12/hexo%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E8%BF%87%E7%A8%8B/ + http://whynotrunning.github.io/2016/01/12/hexo%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E8%BF%87%E7%A8%8B/ 2016-09-10T13:50:24.537Z - http://www.iwooto.com/2016/09/09/webpack%E4%BD%BF%E7%94%A8/ + http://whynotrunning.github.io/2016/09/09/webpack%E4%BD%BF%E7%94%A8/ 2016-09-09T15:39:59.291Z - http://www.iwooto.com/2016/08/27/Aspect%E5%AE%9E%E7%8E%B0%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86/ + http://whynotrunning.github.io/2016/08/27/Aspect%E5%AE%9E%E7%8E%B0%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86/ 2016-08-27T04:00:51.869Z - http://www.iwooto.com/2016/08/27/mybatis%E8%B0%83%E7%94%A8sqlserver%E5%92%8Coracle%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/ + http://whynotrunning.github.io/2016/08/27/mybatis%E8%B0%83%E7%94%A8sqlserver%E5%92%8Coracle%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/ 2016-08-27T03:57:36.320Z - http://www.iwooto.com/2016/08/22/iis%E5%92%8Ctomcat%E7%A6%81%E6%AD%A2DELETE-PUT-OPTIONS%E8%AF%B7%E6%B1%82/ + http://whynotrunning.github.io/2016/08/22/iis%E5%92%8Ctomcat%E7%A6%81%E6%AD%A2DELETE-PUT-OPTIONS%E8%AF%B7%E6%B1%82/ 2016-08-22T15:35:21.912Z - http://www.iwooto.com/2016/08/22/iis%E9%85%8D%E7%BD%AE%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/ + http://whynotrunning.github.io/2016/08/22/iis%E9%85%8D%E7%BD%AE%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/ 2016-08-22T15:32:15.440Z - http://www.iwooto.com/2016/08/10/sqlserver%E5%8A%A0%E5%AF%86%E8%A7%A3%E5%AF%86/ + http://whynotrunning.github.io/2016/08/10/sqlserver%E5%8A%A0%E5%AF%86%E8%A7%A3%E5%AF%86/ 2016-08-22T15:30:52.112Z - http://www.iwooto.com/2016/07/02/eclipse%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98/ + http://whynotrunning.github.io/2016/07/02/eclipse%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98/ 2016-07-07T15:15:06.055Z - http://www.iwooto.com/2016/06/30/git%E5%91%BD%E4%BB%A4/ + http://whynotrunning.github.io/2016/06/30/git%E5%91%BD%E4%BB%A4/ 2016-06-30T14:33:23.209Z - http://www.iwooto.com/2016/02/04/%E8%A1%A8%E5%80%BC%E5%87%BD%E6%95%B0%E5%92%8C%E6%A0%87%E9%87%8F%E5%87%BD%E6%95%B0/ + http://whynotrunning.github.io/2016/02/04/%E8%A1%A8%E5%80%BC%E5%87%BD%E6%95%B0%E5%92%8C%E6%A0%87%E9%87%8F%E5%87%BD%E6%95%B0/ 2016-06-20T14:20:20.551Z - http://www.iwooto.com/2016/06/05/sqlserver%E8%A7%A6%E5%8F%91%E5%99%A8/ + http://whynotrunning.github.io/2016/06/05/sqlserver%E8%A7%A6%E5%8F%91%E5%99%A8/ 2016-06-13T11:21:32.356Z - http://www.iwooto.com/2016/04/19/java%E6%B3%A8%E8%A7%A3/ + http://whynotrunning.github.io/2016/04/19/java%E6%B3%A8%E8%A7%A3/ 2016-05-24T14:10:38.584Z - http://www.iwooto.com/2016/02/25/linux%E6%96%87%E4%BB%B6%E7%9B%AE%E5%BD%95%E6%9D%83%E9%99%90/ + http://whynotrunning.github.io/2016/02/25/linux%E6%96%87%E4%BB%B6%E7%9B%AE%E5%BD%95%E6%9D%83%E9%99%90/ 2016-04-06T15:57:59.333Z - http://www.iwooto.com/2016/04/06/python%E5%AD%A6%E4%B9%A0-1/ + http://whynotrunning.github.io/2016/04/06/python%E5%AD%A6%E4%B9%A0-1/ 2016-04-05T17:26:31.284Z - http://www.iwooto.com/2016/04/06/python%E5%AD%A6%E4%B9%A0-2/ + http://whynotrunning.github.io/2016/04/06/python%E5%AD%A6%E4%B9%A0-2/ 2016-04-05T17:26:23.752Z - http://www.iwooto.com/2016/04/06/redis%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85%E6%B5%8B%E8%AF%95/ + http://whynotrunning.github.io/2016/04/06/redis%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85%E6%B5%8B%E8%AF%95/ 2016-04-05T17:24:59.373Z - http://www.iwooto.com/2016/03/21/websocket/ + http://whynotrunning.github.io/2016/03/21/websocket/ 2016-04-05T16:43:25.690Z - http://www.iwooto.com/baidu_verify_Kjbufy1hnh.html + http://whynotrunning.github.io/baidu_verify_Kjbufy1hnh.html 2016-03-30T15:55:46.887Z - http://www.iwooto.com/google74e723fd86286ebd.html + http://whynotrunning.github.io/google74e723fd86286ebd.html 2016-03-30T15:32:15.479Z - http://www.iwooto.com/tags/index.html + http://whynotrunning.github.io/tags/index.html 2016-03-29T18:14:22.827Z - http://www.iwooto.com/2016/03/30/js%E6%A8%A1%E6%9D%BF%E5%BC%95%E6%93%8E/ + http://whynotrunning.github.io/2016/03/30/js%E6%A8%A1%E6%9D%BF%E5%BC%95%E6%93%8E/ 2016-03-29T17:21:57.704Z - http://www.iwooto.com/2016/03/09/gradle%E4%BD%BF%E7%94%A8/ + http://whynotrunning.github.io/2016/03/09/gradle%E4%BD%BF%E7%94%A8/ 2016-03-09T16:00:38.788Z - http://www.iwooto.com/2016/02/01/css%E5%BC%BA%E5%88%B6%E6%8D%A2%E8%A1%8C%E4%B8%8E%E4%B8%8D%E6%8D%A2%E8%A1%8C/ + http://whynotrunning.github.io/2016/02/01/css%E5%BC%BA%E5%88%B6%E6%8D%A2%E8%A1%8C%E4%B8%8E%E4%B8%8D%E6%8D%A2%E8%A1%8C/ 2016-02-01T13:35:13.120Z - http://www.iwooto.com/2016/01/30/maven%E9%A1%B9%E7%9B%AE%E5%A4%9A%E4%B8%AAmodule%E5%B7%A5%E7%A8%8B%E6%90%AD%E5%BB%BA/ + http://whynotrunning.github.io/2016/01/30/maven%E9%A1%B9%E7%9B%AE%E5%A4%9A%E4%B8%AAmodule%E5%B7%A5%E7%A8%8B%E6%90%AD%E5%BB%BA/ 2016-01-30T09:04:23.987Z - http://www.iwooto.com/2016/01/30/java-%E4%BB%A3%E7%A0%81%E4%B8%AD%E6%B7%BB%E5%8A%A0log%E6%97%A5%E5%BF%97/ + http://whynotrunning.github.io/2016/01/30/java-%E4%BB%A3%E7%A0%81%E4%B8%AD%E6%B7%BB%E5%8A%A0log%E6%97%A5%E5%BF%97/ 2016-01-30T09:00:10.816Z - - http://www.iwooto.com/2016/01/10/%E9%87%8D%E6%96%B0%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/ - 2016-01-30T05:15:43.039Z - - \ No newline at end of file diff --git a/tags/Linux/index.html b/tags/Linux/index.html index 6063f18..29589e9 100644 --- a/tags/Linux/index.html +++ b/tags/Linux/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/css/index.html b/tags/css/index.html index 70150d1..cec7a76 100644 --- a/tags/css/index.html +++ b/tags/css/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/eclipse/index.html b/tags/eclipse/index.html index 945c931..e43d5e7 100644 --- a/tags/eclipse/index.html +++ b/tags/eclipse/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/git/index.html b/tags/git/index.html index 0f00caa..6686485 100644 --- a/tags/git/index.html +++ b/tags/git/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/gradle/index.html b/tags/gradle/index.html index 176d8d9..8594442 100644 --- a/tags/gradle/index.html +++ b/tags/gradle/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/hexo/index.html b/tags/hexo/index.html index 46c241d..ebf6039 100644 --- a/tags/hexo/index.html +++ b/tags/hexo/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/iis/index.html b/tags/iis/index.html index 0eb667f..3155e05 100644 --- a/tags/iis/index.html +++ b/tags/iis/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/index.html b/tags/index.html index 90e551e..cf755e8 100644 --- a/tags/index.html +++ b/tags/index.html @@ -64,7 +64,7 @@ - + diff --git a/tags/java-cas-keytool/index.html b/tags/java-cas-keytool/index.html index ffdd605..e7367a6 100644 --- a/tags/java-cas-keytool/index.html +++ b/tags/java-cas-keytool/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/java/index.html b/tags/java/index.html index 6be69ea..6316139 100644 --- a/tags/java/index.html +++ b/tags/java/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/js/index.html b/tags/js/index.html index f84bbbd..1aff70d 100644 --- a/tags/js/index.html +++ b/tags/js/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/log/index.html b/tags/log/index.html index fe8270b..c1b849c 100644 --- a/tags/log/index.html +++ b/tags/log/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/maven/index.html b/tags/maven/index.html index 0064178..b55846c 100644 --- a/tags/maven/index.html +++ b/tags/maven/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/python/index.html b/tags/python/index.html index e4cdc4d..6a5a64e 100644 --- a/tags/python/index.html +++ b/tags/python/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/redis/index.html b/tags/redis/index.html index bc23b16..4495fc8 100644 --- a/tags/redis/index.html +++ b/tags/redis/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/sql/index.html b/tags/sql/index.html index e84ce73..0443e01 100644 --- a/tags/sql/index.html +++ b/tags/sql/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/sqlserver/index.html b/tags/sqlserver/index.html index 7f1a9fc..f983c92 100644 --- a/tags/sqlserver/index.html +++ b/tags/sqlserver/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/tags/index.html b/tags/tags/index.html index fba4f29..851d34e 100644 --- a/tags/tags/index.html +++ b/tags/tags/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/vi/index.html b/tags/vi/index.html index 8d19b54..a585f33 100644 --- a/tags/vi/index.html +++ b/tags/vi/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/webpack/index.html b/tags/webpack/index.html index 77f94c5..7eee8d0 100644 --- a/tags/webpack/index.html +++ b/tags/webpack/index.html @@ -62,7 +62,7 @@ - + diff --git a/tags/websocket/index.html b/tags/websocket/index.html index 9712b77..c948878 100644 --- a/tags/websocket/index.html +++ b/tags/websocket/index.html @@ -62,7 +62,7 @@ - +