#region 目录操作 /// /// 目录操作 /// /// /// private void
button2_Click(object sender, EventArgs e) { ...
分类:
其他好文 时间:
2014-05-28 08:54:33
阅读次数:
279
Have we missed some critical information from
this article? Are you a company, organisation or research group operating in
this region and feel you wa...
分类:
其他好文 时间:
2014-05-28 04:06:31
阅读次数:
337
这一章讲hbase的缓存机制,这里面涉及的内容也是比较多,呵呵,我理解中的缓存是保存在内存中的特定的便于检索的数据结构就是缓存。之前在讲put的时候,put是被添加到Store里面,这个Store是个接口,实现是在HStore里面,MemStore其实是它底下的小子。那它和Region
Server...
分类:
其他好文 时间:
2014-05-27 00:16:07
阅读次数:
376
Invalid byte 3 of 3-byte UTF-8 sequence问题的解决。
分类:
其他好文 时间:
2014-05-26 21:31:23
阅读次数:
269
1) File>Import>General>Existing
Project into Workspace2) File>Import>Android>Existing Code into
Workspace
分类:
系统相关 时间:
2014-05-26 10:51:33
阅读次数:
280
#region 字符转码 /// /// 对指定字符串进行URL标准化转码 中文字符串转换成UTF-8
/// /// /// /// public static string UrlEncode(strin...
分类:
其他好文 时间:
2014-05-26 00:33:03
阅读次数:
244
#region 测试 数组类型的 string[] mobiles = new string[] {
"18975887650", "18775887650", "18977487650", "18975887512" }; /// ///
循环获取多个手机...
分类:
移动开发 时间:
2014-05-25 23:48:39
阅读次数:
459
GG同步到sqlserver报错一例 Invalid date format...
分类:
数据库 时间:
2014-05-25 11:01:34
阅读次数:
336
BasedonUbuntu14.04LTS
sudoaptitude-yinstallmaasmaas-dhcpmaas-dnsMAAS服务器修改为静态IPaddress后无法访问web$sudodpkg-reconfiguremaas-region-controller
$sudodpkg-reconfiguremaas-cluster-controller
$sudoreboot
MAASloginandimportbootp_w_picpaths
sudomaas-regi..
分类:
其他好文 时间:
2014-05-24 16:28:20
阅读次数:
357
关于php与mysql之间的工作机制,今天蛋疼地考虑php编译安装时不添加--with-mysql参数,是否可以实现mysql_connect()函数。第一次编译只是简单的./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc
make&&makeinstallmysql_connect()果然使..
分类:
Web程序 时间:
2014-05-24 15:40:47
阅读次数:
1057