会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
心有
知其所以然,方可大道至简。
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2005年11月6日
汉字转拼音(asp)(摘录)
摘要: 0 and num-10247 then g="" else a=d.Items b=d.keys for i=d.count-1 to 0 step -1 if a(i)请在此处输入中文:
阅读全文
posted @ 2005-11-06 10:59 心有
阅读(425)
评论(0)
推荐(0)
汉字转拼音缩写的函数(C#)(摘自:IceSharp之超超临界)
摘要: /// /// 汉字转拼音缩写 /// Code By MuseStudio@hotmail.com /// 2004-11-30 /// /// 要转换的汉字字符串 /// 拼音缩写 public string GetPYString(string str) { string tempStr = ""; foreach(char c in str) { if((int)c >= 33 && ...
阅读全文
posted @ 2005-11-06 10:43 心有
阅读(404)
评论(0)
推荐(0)
Windows下MySql批处理命令
摘要: mysql>\. d:\mysqlscript.sql [回车] 或mysql>source d:\mysqlscript.sql [回车]
阅读全文
posted @ 2005-11-06 08:36 心有
阅读(1761)
评论(0)
推荐(0)