码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
[翻译] ABCIntroView
ABCIntroViewABCIntroView is an easy to use onboarding which allows you to introduce your users to the applicaiton before reaching the Main Screen.ABCI...
分类:其他好文   时间:2015-03-27 21:57:02    阅读次数:136
LEXUS OPENCART 自适应主题模板 ABC-0019-01 HIGHLIGHTED FEA
LEXUS OPENCART 自适应主题模板 ABC-0019-01 HIGHLIGHTED FEATURES FLEXIBLE LAYOUTS – MODULES FEATURES Compatible with Opencart 1.5.4, Opencart 1.5.5, Opencart 1.5.6, 1.5.6.1 Support Wide Screen 1170p...
分类:其他好文   时间:2015-03-21 21:34:45    阅读次数:203
Linux screen 常用命令
想必,只要接触过Linux一段时间的人,一定知道screen这个神奇的工具了,它主要有如下些优势:1. 后台运行:当你在ssh terminal执行shell时,如果网络这时断开,你的程序会怎样?TERMINATED呀!有了screen,就可以让程序跑在screen而不会随着ssh的断开而断开。2....
分类:系统相关   时间:2015-03-21 00:55:44    阅读次数:243
正则表达
package com.tz.util.screen; /** ?* 正则表达式:用来操作字符串 ?* 好处:简化对字符串的复杂操作 ?* 特点:用一些特定的符号来表示一些代码操作,这样简化书写。特殊符号的使用 ?* ?* 1.匹配:String ma...
分类:其他好文   时间:2015-03-20 19:02:24    阅读次数:161
ServerDemo
package com.tz.util.screen; import java.io.InputStream; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; /** ?* 演示客服端和服务端 ?* 1.客服端,浏览器 ?* 服务端,...
分类:其他好文   时间:2015-03-20 16:38:42    阅读次数:151
移动互联网终端的touch事件,touchstart, touchend, touchmove
来源:http://www.css119.com/archives/1629诸如智能手机和平板电脑一类的移动设备通常会有一个电容式触摸屏(capacitive touch-sensitive screen),以捕捉用户的手指所做的交互。随着移动网络的发展,其能够支持越来越复杂的应用,web开发者需要...
分类:移动开发   时间:2015-03-20 15:47:41    阅读次数:168
LoginClient
package com.tz.util.screen; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Serve...
分类:其他好文   时间:2015-03-20 14:42:42    阅读次数:158
TcpPic多上传
package com.tz.util.screen; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import java.net.ServerSock...
分类:Web程序   时间:2015-03-20 13:05:28    阅读次数:128
TcpPic图片上传单机
package com.tz.util.screen; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import java.net.ServerSocket; import java.net.S...
分类:Web程序   时间:2015-03-20 11:11:40    阅读次数:112
cocos2dx menu位置计算
解释: bool CCMenu::initWithArray(CCArray* pArrayOfItems) { if (CCLayer::init()) { // menu in the center of the screen CCSize s = CCDirector::sharedDirector()->getWinSize(); ...
分类:其他好文   时间:2015-03-20 10:55:09    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!