上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: http://stephband.info/jquery.event.move/Move eventsmovestartFired following touchmove or mousemove, when the touch (or mouse) crosses a threshold dist... 阅读全文
posted @ 2014-09-19 08:35 伤心木乃伊 阅读(765) 评论(0) 推荐(0) 编辑
摘要: 21212125 12 343 5345 53 435 ert 345 eg... 阅读全文
posted @ 2014-09-06 16:17 伤心木乃伊 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 很多人将数据的存储、传输方式和展现形式混为一谈。类似的16进制 2进制是讲内容在电脑里面的存储或者传输的一种格式, 而utf-8 gb2312 等是输出的展现的一种格式 不是一回事,另外 gbk包含gb2312. 阅读全文
posted @ 2014-09-04 09:12 伤心木乃伊 阅读(714) 评论(0) 推荐(0) 编辑
摘要: js代码 可以完全从 phonegap 官网扣下来使用的是2.3版本的phonegap 后台代码 。net的protected void Page_Load(object sender, EventArgs e) { File.WriteAllText(Server.Map... 阅读全文
posted @ 2014-08-29 14:04 伤心木乃伊 阅读(460) 评论(0) 推荐(0) 编辑
摘要: //接受子线程发来的消息 Handler hanler = new Handler() { @Override public void handleMessage(Message msg) { ... 阅读全文
posted @ 2014-08-26 10:04 伤心木乃伊 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 在调用前需要判断是否有写入权限Environment类提供了比较丰富的方法staticFilegetDataDirectory()获得android data的目录。staticFilegetDownloadCacheDirectory()获得下载缓存目录。staticFilegetExterna... 阅读全文
posted @ 2014-08-20 08:06 伤心木乃伊 阅读(1420) 评论(0) 推荐(0) 编辑
摘要: 做个笔记 androuid 遍历一个 view 下面的子view// 保存 btnSaveRout.setOnClickListener(new OnClickListener() { @Override public void onClic... 阅读全文
posted @ 2014-08-18 16:40 伤心木乃伊 阅读(1575) 评论(0) 推荐(0) 编辑
摘要: // 创建地址解析器实例 var myGeo = new BMap.Geocoder(); // 将地址解析结果显示在地图上, 需要2个地址 用Deferred控制 var point1, point2;... 阅读全文
posted @ 2014-08-11 14:08 伤心木乃伊 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1,当你自定一个继承自view的视图A之后, 如果你在一个继承自Activity的组件B中需要使用A里面的一些方法,如果在B中需要使用A中的一些方法好像不可以直接使用。 需要在B中使用setContentView(A) 把A作为B的布局才能使用,而使用另外一中方式setContentView(R.... 阅读全文
posted @ 2014-07-31 16:40 伤心木乃伊 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1TextView 在TableRow 中占满一行 要为TextView设置android:layout_weight="1" 这个属性2 阅读全文
posted @ 2014-07-28 11:29 伤心木乃伊 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页