关闭系统,打开虚拟机配置文件(.vmx文件),该文件位于所装虚拟机目录(不是虚拟机软件目录),在配置文件末尾加上 bios.forceSetupOnce =
"TRUE"或者bios.bootDelay = "xxxx"(xxxx用具体数字代替,以毫秒为单位)。来自为知笔记(Wiz)
分类:
移动开发 时间:
2014-04-29 17:12:46
阅读次数:
428
Rounded Rectangle 3 { width: 92px; height: 66px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background-color: #ff008a; -...
分类:
Web程序 时间:
2014-04-29 17:11:47
阅读次数:
407
在viewdidload时,constraint是没有被应用的,之后在layoutSubviews时,系统应用了constraint。但是我感觉在viewWillLayoutSubviews函数时就已经应用了constraint到view上,但是没有进行绘制。如果你想在constraint执行后调整...
分类:
移动开发 时间:
2014-04-29 16:48:47
阅读次数:
405
Computer Graphics Research SoftwareHelping you
avoid re-inventing the wheel since 2009!Last updated December 5, 2012.Try
searching this page for keywo...
分类:
其他好文 时间:
2014-04-29 16:48:47
阅读次数:
2528
git init 创建仓库git add . 将当前目录加入git 目录git commit
t.txt 提交t.tx到本地git仓库------------------------git 本地仓库创建完毕-------------------git
branch -a 查看当前master创建成功...
分类:
其他好文 时间:
2014-04-29 16:46:46
阅读次数:
339
[DataMapping("Status", DbType.Int16)] public
System.Int16 Status { get; set; } public string StatusValue { get { if (Status
== 0) { return "审核拒绝"; } e...
分类:
数据库 时间:
2014-04-29 16:45:46
阅读次数:
344
1.sqlplus /nolog2.connect sys/orcl@ORCL as
sysdba3.select sysdate from dualexit;
分类:
数据库 时间:
2014-04-29 16:42:47
阅读次数:
480
使用webdriver做UI自动化测试,driver.quit();方法貌似没能起作用,执行完成后,还是一堆页面和进程在。所以就只能简单粗暴地杀进程了public
void stop(){driver.quit();String name = null;try {name = getValue("d...
分类:
Web程序 时间:
2014-04-29 16:35:46
阅读次数:
609
如何在MATLAB下把模糊推理系统转化为查询表(原创)http://foundy.blog.163.com/blog/static/2633834420090212202156/?mode=edit在SIMULINK里把模糊逻辑生成查寻表(原创)http://foundy.blog.163.com/...
分类:
其他好文 时间:
2014-04-29 16:34:45
阅读次数:
327