码迷,mamicode.com
首页 >  
搜索关键字:eclipse install new    ( 137168个结果
MultiByteToWideChar和WideCharToMultiByte
CStringUTF8ToGB2312(CStringstr){intlen;//UTF8转换成Unicodelen=MultiByteToWideChar(CP_UTF8,0,str,-1,NULL,0);wchar_t*pUnicode=newwchar_t[len+1];memset(pUni...
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:435
asp.net html table to DataTable
添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected void Export(string content,string file) { HtmlDocument doc = new HtmlD...
分类:Web程序   时间:2014-07-22 23:17:32    阅读次数:426
【Python】Eclipse和pydev搭建Python开发环境
参考资料: http://www.dotnet120.com/page/10545/ 1.准备工作: 下载32位的JDK6 Java的开发包 下载32位的Eclipse 下载Python 2.x 2.安装JDK6 3.安装Eclipse和Python 4.给Eclipse安装PyDev插件 在Hel...
分类:编程语言   时间:2014-04-29 17:23:46    阅读次数:432
JSON
CSDN换回字符串 var newJSONtext=people.toJSONString(); //获得字符串 可以将它用作 Ajax 应用程序中的请求字符串。J?S?O?N?.?s?t?r?i?n?g?i?f?y? ?
分类:Web程序   时间:2014-04-29 17:18:46    阅读次数:339
【转载】实现UTF8与GB2312编码格式相互转换(VC)已经验证!
UTF-8编码:[1,1,1,0,A5,A6,A7,A8],[1,0,B3,B4,B5,B6,B7,B8],[1,0,C3,C4,C5,C6,C7,C8];对应的UNICODE编码:[A5,A6,A7,A8,B3,B4,B5,B6],[B7,B8,C3,C4,C5,C6,C7,C8]CString ...
分类:其他好文   时间:2014-04-29 17:15:47    阅读次数:305
gui组件
//guI; graphics user interfaceimport javax.swing.*;import java.awt.*; public class Main { public static void main(String[] args) { JFra...
分类:其他好文   时间:2014-04-29 16:48:47    阅读次数:313
poj 1274 The Perfect Stall
DescriptionFarmer John completed his new barn just last week, complete with all the latest milking technology. Unfortunately, due to engineering probl...
分类:其他好文   时间:2014-04-29 16:46:46    阅读次数:371
sqlite
http://www.cocoachina.com/newbie/tutorial/2012/0607/4334.html
分类:数据库   时间:2014-04-29 16:46:46    阅读次数:353
测试Flask+PYTHON的WEB框架
参数URL:http://blog.csdn.net/qwiwuqo/article/details/8970621安装flask之前,你必须要先安装python和easy_install。安装 virtualenv,这个主要是用来做解释器环境隔离的,避免同一机器上的多个python或者多个pyth...
分类:编程语言   时间:2014-04-29 16:38:46    阅读次数:446
mongodb从来没有说它写成功了。
它只是说,yes,sir。http://www.infoq.com/cn/news/2014/04/bitcoin-banking-mongodb
分类:数据库   时间:2014-04-29 16:37:47    阅读次数:410
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!