linux常用命令ps aux|grep xxx (比如 ps aux|grep tomcat ps aux|grep tomcat-portalvip ps aux|grep nginx 等)rpm -qa|grep xxx (查找系统有没有安装 比如 rpm -qa|grep mysql rpm...
分类:
Web程序 时间:
2014-07-16 23:20:56
阅读次数:
258
本篇文章对Android中监听系统网络连接打开或者关闭的实现用实例进行了介绍。需要的朋友参考下很简单,所以直接看代码复制代码 代码如下:package xxx; import android.content.BroadcastReceiver; import android.content.Cont...
分类:
移动开发 时间:
2014-07-16 23:16:10
阅读次数:
167
git init # 初始化本地git仓库(创建新仓库)git config --global user.name "xxx" # 配置用户名git conf...
分类:
其他好文 时间:
2014-07-16 23:14:18
阅读次数:
223
curl http://xxx.com/address/addresslist\?search\=%40 --cookie oa_cookie=123 -s| node parss.js js 代码var jsdom = require('jsdom') ,fs = require('fs...
分类:
Web程序 时间:
2014-07-10 13:58:50
阅读次数:
161
ViewHolder是什么就不解释了。 大家通常怎么写ViewHolder呢? ViewHolder holder = null; if(convertView == null){ convertView = mInflater.inflate(R.layout.xxx null); holder ...
分类:
其他好文 时间:
2014-06-27 22:40:42
阅读次数:
306
转自:http://blog.csdn.net/reille/article/details/7161942作者:reille本博客网址:http://blog.csdn.net/reille/,转载本博客原创文章请注明出处。 本文内容概要: 代码中特殊的注释技术——TODO、FIXME和XXX的用...
分类:
其他好文 时间:
2014-06-27 20:12:43
阅读次数:
127
描述: A column was specified that does not exist. 出现这个问题的原因在于label features 展示的字段不存在或者为空,只要将其勾选去掉或者换个显示的字段即可。 解决步骤: 1.选中出现问题的图层,右键,选择Properties选项 ...
分类:
其他好文 时间:
2014-06-27 18:49:58
阅读次数:
298
运行脚本:begin xxx_plsql_generator_pkg2.form_view_iud_p(p_block_name =>'CONTRACT_T' ,p_table...
分类:
其他好文 时间:
2014-06-27 16:17:06
阅读次数:
233
主题一 常用类库» 类库中常用的包Java类库中的类和接口大多封装在特定的包里,每个包具有自己的功能。[请点击查看更多内容转自CSDN博客XXX的专栏]» Object类的一些常用方法hashCode:public int hashCode()返回该对象的哈希码值。支持该方法是为哈希表提供一些优点,...
分类:
编程语言 时间:
2014-06-27 12:39:42
阅读次数:
218
转载请注明出处:http://www.openext.org/2014/06/lxc-erro1#tar zxvf lxc-xxx.tar#./autogen#./configure –prefix=/usr/local/lxc#make#make install#lxc-lsthe error:#echo “/usr/local/lxc/lib” >> /etc/ld.so.conf#ldcon...
分类:
其他好文 时间:
2014-06-27 08:36:38
阅读次数:
156