ChinaUnix.net
相关文章推荐:

Delphi stream 转 string

string ss="2006-07-15 15:30:36"; 为java.util.Date; 请问怎么做? 年月日和时分秒保留为 'yyyy-mm-dd hh:mm:ss'类型

by yongheng2096 - Java - 2006-10-10 16:24:03 阅读(8216) 回复(4)

相关讨论

使用delphi 编写Python Extension 作者:1000copy 摘要: 在互联网公共可访问领域内,关于Python/C interface的介绍,手册都是比较多的。Py直接支持C编写扩展,对于delphi程序员,P4D是一个很好的选择。 不幸的是,通过P4D[2]编写PyExtention,并没有一个很好的入门文档,本文试图填写这个空白。 本文风格完全模仿Writing Python Extensions[1],希望以例子为本,让大家很快的进入状态。 1. 引言: 本文假设你: * 懂得Python...

by speakitnow - Python文档中心 - 2008-03-07 15:55:12 阅读(1594) 回复(0)

如题,多谢各位大哥帮助了。资料没找到。

by unixXiaoqiang - Python - 2006-09-19 12:15:57 阅读(24619) 回复(3)

stringstringBuffer的一些用法 先看一个例子~~~~ public class Untitled1 { public Untitled1() { } public static void main(string[] args) { Untitled1 untitled11 = new Untitled1(); string s1="string类的值是不是会变的->"; string s2=s1; System.out.println(s2); ...

by werewi - Java文档中心 - 2007-08-05 13:33:33 阅读(719) 回复(0)

1 如何将字串 string 换成整数 int? A. 有两个方法: 1). int i = Integer.parseInt([string]); 或 i = Integer.parseInt([string],[int radix]); 2). int i = Integer.valueOf(my_str).intValue(); 注: 字串成 Double, Float, Long 的方法大同小异. 2 如何将整数 int 换成字串 string ? A. 有叁种方法: 1.) string s = string.valueOf(i); 2.) string s = Integer.tostring(i); 3.) string s = "" + i; 注...

by 傲枭 - Java文档中心 - 2006-12-19 14:24:48 阅读(807) 回复(0)

在Java端有如下字串,把字串成byte数组,然后成int string str="

7. 社会大众

"; byte[] testBytes = str.getBytes(); for(int i=0;istring,然后split成int数组,成字串。 英文没问题,但是中文会乱码。如何解决?

by ayalastrike - Java - 2009-03-20 14:16:12 阅读(3305) 回复(2)

#includestream> #includestream> #include<string> #include #include using namespace std; wstring* replace_str(wstring &str_str,wchar_t c_wchr,wchar_t nc_wchr); std::wstring s2ws(const std::string& s); std::string ws2s(const wstring& ws); int main(int argc, char *argv[]) { /*设置区域化输出*/ //setlocale(LC_ALL, "chinese-simplified"); locale loc( "chs" ); //locale loc( "Chi...

by netactspcl - C/C++ - 2009-04-11 22:24:35 阅读(4629) 回复(2)
by zhf418 - C/C++ - 2003-02-15 08:30:25 阅读(9252) 回复(20)

string str; str = "hello";//1 str = new string("hello");//2 分别循环10000000次,所用时间(millis)分别为90, 9083. 具体细节不清楚,关注中.... 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11783/showart_59017.html

by nomigdweiwei - Java文档中心 - 2005-11-28 10:13:00 阅读(766) 回复(0)

Good Study.....

by w8 - IT图书与评论 - 2009-10-07 20:03:35 阅读(4603) 回复(8)

1、3年以上的delphi方面的开发经验 2、熟练使用Sybase 3、具有良好的学习钻研能力 4、能够承担工作压力, 善于沟通,具有团队合作精神 我们将为您提供极具竞争力的工资、良好的福利保障体系。 有意者请将中文简历以Word附件形式Mail至[email]dlzp@use.com.cn[/email],请注明应聘职位编号。 [ 本帖最后由 UFIDA-DL 于 2008-5-30 11:36 编辑 ]

by UFIDA-DL - IT职业生涯 - 2008-05-30 11:15:56 阅读(1132) 回复(0)