旧版Android studio最好别更新,要么自己下了新版重新装了拉到了 http://michaelcrump.net/think-twice-about-updating-to-the-latest-android-studio-build 更新前请做如上述操作 将update:修改为dev channel 不...
分类:
移动开发 时间:
2014-09-30 20:42:30
阅读次数:
211
1. 菜单栏:工具->插件->设置->添加配置如下信息:http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz2. 切换至“可用插件”,...
分类:
编程语言 时间:
2014-09-29 17:07:51
阅读次数:
190
linux 下远程连接mysq命令:mysql -h "1.0.0.1" -u username -p1获 取锁等待情况可以通过检查 table_locks_waited和table_locks_immediate状态变量来分析系统上的表锁定争夺:mysql> show status like 'T...
分类:
其他好文 时间:
2014-09-28 17:27:23
阅读次数:
221
[leetcode] Latest added:2014-09-23Find the contiguous subarray within an array (containing at least one number) which has the largest product.For exam...
分类:
编程语言 时间:
2014-09-28 01:51:00
阅读次数:
499
两个线程相互等着对方释放同步监听器;等着要对方的结果后才能继续执行就会发生死锁。男对女说:你先嫁给我,我再给你买房子;女对男说:你先给我买房子,我再嫁给你。多个线程同时锁住同一个监听对象。在开发中要避免死锁。死锁的例子:public class DeadLock { public static...
分类:
编程语言 时间:
2014-09-25 17:40:19
阅读次数:
166
The latest version of DB Query Analyzer is 6.01. In 6.01, users are allowed to add, delete or update SQL Execute Schedule in the current MDI Child Form.
Consequently, users can execute SQL Script in the time that they want. By doing this, you can not only...
分类:
数据库 时间:
2014-09-25 14:15:49
阅读次数:
331
5.使用centreon命令之Commands详细使用,请参考:http://documentation.centreon.com/docs/centreon-clapi/en/latest/user/objects/commands.html#使用centreon的commands参数,可以增、删、改nagios的检查命令。①.列出可用的Nagios命令,使用SHOW动作:1)、命令:centreon-u..
分类:
移动开发 时间:
2014-09-24 16:59:28
阅读次数:
365
https://github.com/saltstack/salt/blob/develop/salt/returners/mysql.pyhttp://docs.saltstack.com/en/latest/ref/returners/all/salt.returners.mysql.html#module-salt.returners.mysqlhttp://lixcto.blog.51cto.com/4834175/1430638http://lihuipeng.blog.51cto.com/3064..
分类:
数据库 时间:
2014-09-23 20:52:26
阅读次数:
529
本调试方式需要wifi环境和webkit浏览器。weiner主页:http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html一、配置调试服务器(一)、nodejs搭建调试服务器(以windows为例)1、安装node.js安装程序下载...
分类:
移动开发 时间:
2014-09-23 20:38:25
阅读次数:
200
ubuntu 12.04 gedit 打开 windows 分区中的txt 文件乱码,是因为 ubuntu 和 windows 两个系统的编码不同。
解决办法1:(推荐)
终端里依次输入以下 2 条命令即可:
gsettings setorg.gnome.gedit.preferences.encodings auto-detected "['GB18030','GB2312', 'GBK'...