花了一天多的时间,终于把Android开发环境搭建出来了。现在稍作总结。
android开发环境的搭建有四部曲,JDK-IDE-ADT-SDK。
需要以下工具:
JDK:Java Development Kit.因为android应用层的程序是使用java语言编写的,所以JDK是必备的工具;
IDE:integrated development environment. I...
分类:
移动开发 时间:
2014-12-15 23:37:21
阅读次数:
262
//启用连接池 string constr = "Data Sourse=zxtiger; Initial Catalog=itcastcn;Integrated Security=True"; Stopwatch watch = new Stopwatc...
分类:
Web程序 时间:
2014-12-12 22:00:46
阅读次数:
151
目前发现有以下两种可能:一:查看环境变量是否配置成功。ANDROIDSDK D:\my_2_softwares\JAVA\adt-bundle-windows-x86-20140702\sdkPARH ;C:\Program Files\Java\jdk1.8.0_20\bin;%ANDROID.....
分类:
移动开发 时间:
2014-12-11 15:41:29
阅读次数:
783
Wireshark是一个类似tcpdump的嗅探软件,界面更人性化一些,今天我用它来检测一次HTTP连接过程。安装好之后,先配置一下,选择Capture->Options,先设定你要嗅探的网络接口,然后在Capture Filter里输入tcp port http,说明只监听80端口的tcp请求。设...
分类:
Web程序 时间:
2014-12-03 23:18:00
阅读次数:
185
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:
其他好文 时间:
2014-12-03 13:52:47
阅读次数:
194
Surrounded RegionsGiven a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's i...
分类:
其他好文 时间:
2014-11-29 22:55:29
阅读次数:
332
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:
其他好文 时间:
2014-11-29 20:07:49
阅读次数:
226
问题由来
之前在进行机房收费系统个人重构的时候,配置文件访问数据库,用的是这种方式,如:
string="server=localhost;database=pubs;uid=sa;password=123456"
这两天在学习MVC的时候,在设置配置文件的时候发现,链接数据库用的是另外一种方式:
connectionString="Data Sourc...
Many embedded-microcontroller applications require generation of analog signals. An integrated or stand-alone DAC fills the role. However, you can oft...
分类:
其他好文 时间:
2014-11-28 14:19:13
阅读次数:
337
遇到这个错误,主要是因为.net framework的版本偏低,IIS 需要安装 4.0 的Framework解决方法如下:以管理员运行下面的命令注册:32位机器:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i ....
分类:
Web程序 时间:
2014-11-27 17:48:59
阅读次数:
138