码迷,mamicode.com
首页 >  
搜索关键字:press(del)enter bios setup    ( 20281个结果
用Eclipse导入JAR的图片详细解说
我们在用Eclipse开发程序的时候,经常想要用到第三方的jar包。这时候我们就需要在相应的工程下面导入这个jar包。以下配图说明导入jar包的步骤。1.右击工程的根目录,点击Properties进入Properties。或者选中工程根目录,按Alt-Enter即可。2.在Properties页面中...
分类:系统相关   时间:2014-05-27 00:08:46    阅读次数:387
未能加载程序集System.EnterpriseServices.Wrapper.dll
1.使用CMD命令行 copy C:WINDOWS\Microsoft.NET \Framework\v2.0.50727\System.EnterpriseServices.Wrapper.dll C:WINDOWS\Assebmly\GAC_32\System.Enter...
分类:移动开发   时间:2014-05-26 22:54:23    阅读次数:444
MySQL笔记
MySQL在DOS下启动:运行:cmd进入DOS环境,输入net start mysql回车,显示“MySQL 服务正在启动”,“MySQL服务已经启动成功。”。 输入d:(MySQL安装在d盘中)回车,再输入MySQL\bin\mysql -u root -p回车,显示”Enter passwo....
分类:数据库   时间:2014-05-26 21:26:25    阅读次数:238
MYSQL中delete删除多表数据
MYSQL中delete删除多表数据DELETE删除多表数据,怎样才能同时删除多个关联表的数据呢?这里做了深入的解释:1、 delete from t1 where 条件2、delete t1 from t1 where 条件3、 delete t1 from t1,t2 where 条件4、del...
分类:数据库   时间:2014-05-26 20:37:50    阅读次数:260
Java应用短信猫
首先确定短信猫正常连接到主机,并安装SIM卡。先用超级终端测试短息猫能不能用。安装minicom:#sudo apt-get install minicom安装完成后,执行#sudo minicom -s使用光标上下选择:Serial port setup,如下图按A,设置端口号,COM1对应/de...
分类:编程语言   时间:2014-05-26 15:44:09    阅读次数:444
MonkeyRunner (三)
Running monkeyrunnerYou can either run monkeyrunner programs from a file, or enter monkeyrunner statements in an interactive session. You do both by i...
分类:其他好文   时间:2014-05-26 15:07:58    阅读次数:263
ubuntu下sqlite3的用法(以后会讲到wxWidgets使用sqlite3开发)
1.先在线安装sqlite3,试用一下命令安装 ubuntu@ubuntu-virtual-machine:~$ sudo apt-get install sqlite3 2.安装成功后测试会出现 ubuntu@ubuntu-virtual-machine:~$ sqlite3 SQLite version 3.7.9 2011-11-01 00:52:41 Enter ".help"...
分类:数据库   时间:2014-05-22 17:13:35    阅读次数:348
勾选Create git respository的作用
在Xcode中创建项目时会弹出Source Control选项,勾选Create git repository选项可以帮助我们对照以前项目中代码中修改的部分,为开发提供方便。在项目完成到一定程度时,点击屏幕上方Source Control选项,然后点击commit选项,会弹出一个窗口在Enter c...
分类:其他好文   时间:2014-05-22 15:03:33    阅读次数:260
iOS-CocoaPods的使用
一、安装1、打开终端sudo gem install cocoapods命令解释:用gem安装cocospods工具包2、pod setup命令解释:用gem安装cocospods工具包提示:安装了CocoaPods之后,今后在命令行中,直接使用pod即可二、查找第三方库1、pod search j...
分类:移动开发   时间:2014-05-22 14:24:10    阅读次数:431
[Blackberry]How To Setup a BlackBerry 10 Development Environment to Build Cascades Apps and Prevent IP DHCP for individual BB10 simulator setup
This is a step-by-step instructional guide on how to setup a BlackBerry 10 (BB10) development environment. This article includes instructions for down...
分类:移动开发   时间:2014-05-22 14:13:11    阅读次数:506
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!