摘要:
import java.io.File; /** * @author 海盗船长 * 2017年2月14日11:24:26 */ public class DeleteFiles { public static void deleteFiles( File file ){ if( file.isDirectory() ){ ... 阅读全文
摘要:
转载自:http://blog.csdn.net/bug12138/article/details/53127640 阅读全文
摘要:
今天在工作中碰到了使用$(this).attr("selected","selected")为option属性添加默认值时发现时而好用 时而不好用,后经百度发现 1、在设置标签固有属性的时候使用$(this).prop("selected","selected")方法 如: 2、在设置标签自定义属性 阅读全文
摘要:
1 pidof fcitx | xargs kill 2 pidof sogou-qimpanel | xargs kill 3 nohup fcitx 1>/dev/null 2>/dev/null & 4 nohup sogou-qimpanel 1>/dev/null 2>/dev/null & 阅读全文
摘要:
1、 慢慢更新中..... 2、Class与Style绑定 阅读全文
摘要:
1、配置nginx.conf 注:红框地方为任意位置,server在配置文件中已存在 我使用的是两个tomcat,为8080端口和8090端口,这个简单的配置没有设置session共享 2、重启nginx 访问会发现在两个不同的tomcat,每刷新一次切换一次 阅读全文
摘要:
1、安装prce(重定向支持)和openssl(https支持,如果不需要https可以不安装。) 2、下载nginx 1.11.6 3、解压编译安装 4、开启nginx进程 /usr/local/nginx-1.7.8/sbin/nginx -s reload /usr/local/nginx-1 阅读全文
摘要:
友情提示:QQ对于第三方平台封杀已经到了丧心病狂的程度,所以不要妄想在linux的QQ能像win系统下的效果,只能祈求能用就好 1、下载QQ安装包 http://pan.baidu.com/s/1geMne99 2、更新wine sudo apt-get install wine 3、解压下载的zi 阅读全文
摘要:
转载自:http://www.cnblogs.com/ericsun/archive/2013/06/10/3130679.html 具体步骤在上面的链接中 今天在ubuntu下安装了Virtualbox。但是每次设置的时候,提示 virtualbox当前不允许访问usb设备等等等。。 转载的仁兄的 阅读全文
摘要:
1、打开thunderbird 2、开启QQ邮箱pop功能 登录网页版QQ邮箱(email.qq.com) 设置 >>账户 >> 3、配置thunderbird 注:此处密码是网页版邮箱中的授权码 到此出结束! 阅读全文