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 @@1 | apt-get install redis-server |
1 |
- jdk下载地址 2.上传到服务
准备材料: 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 @@ - webpack是近期最火的一款模块加载器兼打包工具,它能把各种资源,例如JS(含JSX)、coffee、样式(含less/sass)、图片等都作为模块来使用和处理。 vi filename :打开或新建文件,并将光标置于第一行首 vi]]>
- 加密是指通过使用密钥或密码对数据进行模糊处理的过程。在SQL Server中,加密并不能替代其他的安全设置,比如防止未被授权的人访问数据库 jsp1.Can not find the tag library descriptor for “http://shiro.apache.org/tags“
DML触发器是响应Insert、Update、Delete语句,DDL是响应Create、Alter、Drop开头的数据定义语句而激活的。 1.触发器的概念:就是在数据库进行insert、delete、update时会触发我们规定的的一系列的动作 创建一个简单的触发器
@Target表示该注解可以用于什么地方,可能的ElementType参数有: @Target表示该注解可以用于什么地方,可能的ElementType参数有]]>
- 1. 下载地址: |