import android.app.AlertDialog;import
android.content.Context;import android.content.DialogInterface;import
android.text.TextUtils;import android.widg...
分类:
移动开发 时间:
2014-05-06 00:07:01
阅读次数:
307
Window --> Preferences --> General -->
Appearance --> Colors and Fonts --> Basic --> Text Font --> Change
分类:
系统相关 时间:
2014-05-05 23:44:47
阅读次数:
457
在2dx3.0中xml解析已经不用自己找库了,已经为我们集成好了。
text.xml
2012050808
crystal
T74
T74
2012050809
goodmao
T77
添加头文件:.h
#include "cocos-ext.h"
#include "tinyxml...
分类:
其他好文 时间:
2014-05-05 13:13:56
阅读次数:
229
Speak,简称IS。是目前最火的国内团队语音聊天软件。很多网络都把自己的游戏放在IS官方网页宣传,高峰期,在线人数估计在20万。
现如今IS凭借着自己打入市场早和其软件功能强大、占用资源少等优势深受广大网游玩家的喜爱。与盛大的易聊、新浪的UT等其他一些在线语音聊天软件相比,IS占据着绝大多数的市场...
分类:
其他好文 时间:
2014-05-02 16:41:24
阅读次数:
348
本次内容:DateFormat类1、DateFormat类 1 package array; 2
/** 3 * 时间和字符串之间的转化 4 */ 5 import java.text.DateFormat; 6 import
java.text.ParseException; 7 impor...
分类:
编程语言 时间:
2014-05-02 14:16:19
阅读次数:
518
Instructionshereare not great.First shut down
ST2.Make sure you use absolute paths for symlink:e.g.$ curl -kL
http://xrl.us/pythonbrewinstall | bash$ ...
分类:
其他好文 时间:
2014-05-02 11:01:23
阅读次数:
382
HTTP1.1请求头:消息头
Accept:text/html,image/*告诉服务器,客户机支持的数据类型Accept-Charset:ISO-8859-1告诉服务器,客户机采用的编码
Accept-EnCoding:gzip,compress告诉服务器,客户机支持的数据压缩格式Accept.....
分类:
其他好文 时间:
2014-05-02 08:46:58
阅读次数:
248
转自:http://www.cnblogs.com/Matrix54/archive/2012/05/01/2478158.html一.
获取当前系统时间和日期并格式化输出: 1 import java.util.Date; 2 import java.text.SimpleDateFormat;
...
分类:
编程语言 时间:
2014-05-02 08:36:13
阅读次数:
811
usingSystem;
usingSystem.Collections.Generic;
usingSystem.IO;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespace读文件案例
{
classProgram
{
staticvoidMain(string[]args)
{
Console.WriteLine("请输入文件名");
stringfileName=Console.Read..
分类:
其他好文 时间:
2014-05-02 04:00:58
阅读次数:
289