Show:
Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen.
ShowModal:
Use ShowModal to show a form as a modal form. A modal form is ...
分类:
其他好文 时间:
2014-12-17 18:28:10
阅读次数:
219
在一对多的情形下如 Cinema - > Screen;1、正常在不设置级联(casCade)的情况下 删除一的一方(Cinema)会报外键关联 异常 Screen 中包含Cinema的外键;这个时候可以先取出Cinema中的所有Screen集合后在删除所有的Screen, 完毕后在删除 Cinem...
分类:
Web程序 时间:
2014-12-17 18:02:30
阅读次数:
206
[root@ ~]# mysql -h 192.168.0.* -uroot -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 8174Serv....
分类:
数据库 时间:
2014-12-17 14:34:00
阅读次数:
235
最近有个需求是隐藏个人操作Personal Action的部分内容(右上角下拉菜单),研究了一下需要更改Welcome.ascx文件。 文件位置: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMP...
分类:
其他好文 时间:
2014-12-17 12:38:59
阅读次数:
123
问题一:使用secureCRT远程登录机器,使用vim查看程序,是乱码解决办法:在secureCRT的设置里面,把字符编码设置为utf-8在~/.vimrc里加入一行setencoding=utf-8,则能正确显示。原则是vim的encoding和文件的编码一致termencoding和secureCRT的设置一致。问题二:使用screen,在..
分类:
系统相关 时间:
2014-12-16 19:27:52
阅读次数:
296
On the iPhone or iPod touch, a modal view controller takes over the entire screen. This is the defaultbehavior and the only possibility on these devic...
分类:
其他好文 时间:
2014-12-16 15:00:53
阅读次数:
154
AnActivityis an application component that provides a screen with which users can interact in order to do something, such as dial the phone, take a ph...
分类:
移动开发 时间:
2014-12-16 11:40:05
阅读次数:
266
values-v11?is the values of the API version 11, and?values-v14?is the values of the API version 14. It‘s worth indicating that i.e.?values-v11?will be used for API 11?and?higher, unless ther...
分类:
移动开发 时间:
2014-12-15 20:28:02
阅读次数:
223
1. Starting from the Material Requirements Planning node, choose Planning Total planning As background job.The Total planning: Variants screen appears...
分类:
其他好文 时间:
2014-12-15 17:16:49
阅读次数:
184
//1.列出当前的screenscreen -ls //2.新建一个screen,直接在命令行键入screen命令 screen -S [会话名称][root@www.lnuxidc.com ~]# screen//3.进入某个已经建好的screen,4204为screen -ls出来的结果scr....
分类:
系统相关 时间:
2014-12-15 17:11:27
阅读次数:
242