sublime text2 http://ux.beisen.co/redmine/attachments/download/48/Sublime%20Text%202.0.2%20x64%20Setup.exe安装Package Control(插件管理器):通过ctrl+` 快捷键或 View ...
分类:
其他好文 时间:
2014-09-12 20:28:03
阅读次数:
225
在Android开发中,我们Android客户端如果要和服务器端交互,一般都会采用json数据格式进行交互,FastJson是阿里巴巴工程师开发的一个Json处理工具包,包括“序列化”和“反序列化”两部分,Fastjson是一个Java语言编写的高性能功能完善的JSON库。
一个JSON库涉及的最基本功能就是序列化和反序列化。
Fastjson支持java bean的直接序列化。你可以使用co...
分类:
移动开发 时间:
2014-09-12 17:08:33
阅读次数:
359
在linux中,svn co 或 svn up 时有中文文件名的文件的话,可能会报下面的错:[root@linkea-dev-srv1 ~]# svn upsvn: Can't convert string from 'UTF-8' to native encoding:svn: src/main/...
分类:
其他好文 时间:
2014-09-12 11:30:03
阅读次数:
190
如果你的服务器,只做一个网站,基本不要配置 如果有多虚拟主机的话,应该是把泛域名那个网站作为默认的虚拟主机 设置服务器支持泛域名。 <VirtualHost *:80> ??????? ServerAdmin yourmail@yourdomain.co...
分类:
其他好文 时间:
2014-09-11 19:38:42
阅读次数:
205
【代码备份01】uart.c/*******************************************************************************Copyright (C), *** Tech. Co., Ltd.FileName: uart.cAuthor...
分类:
其他好文 时间:
2014-09-11 19:07:02
阅读次数:
224
转:http://blog.csdn.net/h7870181/article/details/83329911、方法一(如果输入法在窗口上已经显示,则隐藏,反之则显示)InputMethodManager imm = (InputMethodManager) getSystemService(Co...
分类:
移动开发 时间:
2014-09-11 18:45:02
阅读次数:
219
转自火星某位包括: ①、获取屏幕尺寸 ②、隐藏EditText键盘 ③、打开键盘 ④、关闭键盘 ⑤、根据手机的分辨率从dp的单位转成px(像素) ⑥、根据手机的分辨率从px(像素)的单位转成dpimport android.app.Activity;import android.content.Co...
分类:
移动开发 时间:
2014-09-11 10:52:41
阅读次数:
185
string类提供了判断字符串B在字符串A中首次(或最后)出现的Index的方法,但有时候需要判断B在A中出现了多少次。为此想了一个算法。1 public static void CountIndexOf1(string A, string B,int startindex,ref int co.....
分类:
其他好文 时间:
2014-09-10 23:39:51
阅读次数:
265
dead space 2 game reviewBut the case, where Stop Shop and Pyramid Contractors were named as plaintiffs, is certain to raise serious questions about co...
分类:
其他好文 时间:
2014-09-10 19:17:30
阅读次数:
319
环境: SQL Server 2012.
打开SQL Server Profiler. 在菜单中选择New Trace, 连接上SQL Server.
在弹出的窗口中选择Event selection 标签页。
勾掉Audio logout, 这一步没啥大作用,就是去掉一些不需要看的记录。 点击Co...
分类:
数据库 时间:
2014-09-10 17:19:50
阅读次数:
300