1.document.write(""); 输出语句
2.JS中的注释为//或/*
*/
3.传统的HTML文档顺序是:document->html->(head,body)
4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)
5.得到表单中元素的名称和值:document.getElementB...
分类:
编程语言 时间:
2015-08-12 11:37:30
阅读次数:
160
1.document.write(""); 输出语句
2.JS中的注释为//或/*
*/
3.传统的HTML文档顺序是:document->html->(head,body)
4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)
5.得到表单中元素的名称和值:document.getElementB...
分类:
编程语言 时间:
2015-08-12 11:32:05
阅读次数:
430
1.Run Tcode se19
2.create enhancement and click on classic badi radio button
3.Enter badi name MB_MIGO_BADI and click on button create
4. give you Implementation Name
5. Click method of interface .it will ask you to create the enhancement implementatio...
分类:
其他好文 时间:
2015-08-11 21:32:15
阅读次数:
249
本文转自:http://blog.163.com/oracle_wwf/blog/static/213030127201211191481101/[root@web1 soft]# wget ftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz[r...
分类:
其他好文 时间:
2015-08-11 18:16:01
阅读次数:
255
当前的屏幕除任务栏外的工作域大小 this.Width = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width; this.Height = System.Windows.Forms.Screen.PrimaryScre...
Max Width下面的样式会在可视区域的宽度小于 600px 的时候被应用。@media screen and (max-width: 600px) { .class { background: #ccc; }}如果你想链接到一个单独的样式表,把下面的代码放在标签里。Min Width下...
分类:
其他好文 时间:
2015-08-09 22:05:52
阅读次数:
132
A sprite is a single graphic image. It can be moved around the screen, stretched, rotated, skewed, faded and tinted. A?spritesheet?is a collection of sprites into a single texture file. This mak...
分类:
其他好文 时间:
2015-08-09 12:47:20
阅读次数:
402
Launch Image是App的启动图片,LaunchScreen是iOS8之后的功能,两者都可以设置app的启动图片。iOS8之后官方的推荐了使用Launch screen.xib,在xib的中通过ImageView设置启动的图片,两种方式都比较适合开发使用。Launch Image方式Laun...
分类:
移动开发 时间:
2015-08-09 01:39:43
阅读次数:
695
项目模板 你可以从这里下载最初的项目模板下载项目模板。现在的这个项目中包括storyboard和视图控制器类,一个是main screen,另一个是导航菜单。当你下载并运行程序的时候,你会看见一个有模型数据的主界面。 在开...
分类:
其他好文 时间:
2015-08-08 18:32:54
阅读次数:
191