css样式选择器 标签上设置style属性: 1 2 3 4 5 <body> <div style="height: 48px;">第一层</div> <div style="height: 48px;">第二层</div> <div style="height: 48px;">第三层</div> ...
分类:
Web程序 时间:
2017-03-14 11:50:29
阅读次数:
224
通过hook实现动态修改Android 的gps定位
分类:
微信 时间:
2017-03-14 11:03:44
阅读次数:
504
详情了解:http://topeetboard.com 更多了解:https://arm-board.taobao.com ...
分类:
移动开发 时间:
2017-03-14 10:38:38
阅读次数:
909
需求:从本地相册找图片,或通过调用系统相机拍照得到图片。 容易出错的地方: 1,当我们指定了照片的uri路径,我们就不能通过data.getData();来获取uri,而应该直接拿到uri(用全局变量或者其他方式)然后设置给imageView imageView.setImageURI(uri); ...
分类:
移动开发 时间:
2017-03-13 16:10:00
阅读次数:
493
package com.yunda.inter.preload.contextinit; import net.sf.json.JSONObject; import org.apache.commons.logging.Log; import org.apache.commons.logging.L... ...
分类:
其他好文 时间:
2017-03-13 13:04:23
阅读次数:
227
在服务器端基于Razor来生成html的一个思路 http://stackoverflow.com/questions/23494741/mvc-5-render-view-to-string https://forums.asp.net/t/2017674.aspx?How+to+return+r... ...
package test.postgre; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.... ...
分类:
数据库 时间:
2017-03-13 11:26:45
阅读次数:
172
死锁的监控分析 阅读目录(Content) 1 背景 1.1 报警情况 1.2 如何监控 2 分析 3 解决 回到顶部(go to top) 1 背景 1.1 报警情况 最近整理笔记,打算全部迁移到EVERNOTE。整理到锁这一部分,里边刚好有个自己记录下来的案例,重新整理分享下给大家。 某日中午, ...
分类:
其他好文 时间:
2017-03-12 21:16:44
阅读次数:
218
Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and empty space ...
分类:
其他好文 时间:
2017-03-12 18:28:04
阅读次数:
154
class Hero { public int ATN { get; set; } public int DEF { get; set; } public int HP { get; set; } public string Name { get; set; } public bool Attack... ...
分类:
其他好文 时间:
2017-03-12 15:19:03
阅读次数:
123