码迷,mamicode.com
首页 >  
搜索关键字:getting    ( 1564个结果
WebDriver: Getting it to play nicely with Xvfb
http://www.markhneedham.com/blog/2011/12/15/webdriver-getting-it-to-play-nicely-with-xvfb/Thoughts on Software Developmentwith 2 commentsAnother thing...
分类:Web程序   时间:2015-01-06 19:37:57    阅读次数:226
Java reflection
Object Reflection is a feature in Java which provides a way to get reflective information about Java classes and objects, such as:1 Getting informat.....
分类:编程语言   时间:2015-01-06 17:48:11    阅读次数:135
僵尸小游戏总结
2/3D游戏:2D辅助插件:原生游戏制作难度系数:中级游戏教程网址:http://www.raywenderlich.com/61532/unity-2d-tutorial-getting-started1、设置背景轮番播放因为此游戏是横版游戏,所以要设置游戏背景轮番播放 Transform ...
分类:其他好文   时间:2015-01-05 23:14:23    阅读次数:243
ovx openVirtex安装
搞了好久的pox实验,中途一个星期没更新了吧, 今天继续。。。新手第一次搞还是在虚拟机上最安全~ ovx参照上面的做吧,注意必须在联网的情况下,否则很多控件都连不上(第一次做的时候虚拟机没配ip 坑惨了)http://ovx.onlab.us/getting-started/tutorial/然后实...
分类:其他好文   时间:2015-01-05 20:14:37    阅读次数:437
sbt的安装设置
文章转载自http://my.oschina.net/u/915967/blog/146746本文主要是windows平台的安装,linux环境操作类似。首先到http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html下载wind...
分类:其他好文   时间:2015-01-03 13:12:02    阅读次数:1286
弄明白android网络库之Volley listView加载大量图片
一、加载一张图片   Volley是通过 ImageRequest来获取网络上的图片的,指定一个URL,返回一个已经编码号的bitmap。当然它也提供了其他便利特性,比如调整图片大小。使用它它主要的好处是 Volley的计划线程确保了如图片编码、调整大小等昂贵的操作自动地在一个工作线程完成,不会给主线程带来太多的麻烦和干扰。   a cannedrequest for getting...
分类:移动开发   时间:2015-01-01 21:16:55    阅读次数:291
【FacebookSDK学习笔记】FacebookSDK控制面板详细说明
1、Dashboard控制面板 App ID和App Secret为创建此应用时自动生成的,想开发facebook的程序就必须要申请到它的的appid和secret 。Facebook 使用它们来识别应用程序。请保持这些信息的私有性,不要让其他开发人员使用它们,因为这些用户会在您不知道的情况下恶意使用这些信息。     1.1、点击Getting Started,在弹出的窗口选择...
分类:其他好文   时间:2014-12-31 16:25:42    阅读次数:479
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Solution 1:You are getting this error because the Jet driver you have installed need 32 bit OS & system to function, Here’s how to update to a new 64-...
分类:数据库   时间:2014-12-30 23:18:08    阅读次数:326
csharp: using OleDb Getting the identity of the most recently added record
/// /// 执行SQL语句,返回影响的记录数 /// /// SQL语句 /// 影响的记录数 public static int ExecuteSql(string SQLString, params OleDbPara...
分类:数据库   时间:2014-12-30 00:21:53    阅读次数:173
十个免费的web应用安全检测工具
Websites are getting more and more complex everyday and there are almost no static websites being built.Today, the simplest website has at least a con...
分类:Web程序   时间:2014-12-29 21:20:45    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!