Mainly about Progressive web app: HTTPS Add to home screen Splash screen service worker notifications, bg sync offline notifications, bg sync Service ...
分类:
移动开发 时间:
2016-05-22 18:08:14
阅读次数:
215
本文把自己理解的图像存储格式总结一下。 计算机中的数据,都是二进制的,所以图片也不例外。 这是opencv文档的描述,具体在代码里面,使用矩阵来进行存储。 类似下图是(BGR格式): 图片的最小单位是像素,这里是BGR(通常我们说的blud、green、red的表示法)表示每个像素对应的值(这里BG ...
分类:
其他好文 时间:
2016-05-16 12:59:40
阅读次数:
316
<style>body {background:#ccc;}#box {width:200px;position:relative;}.content {width:180px;position:relative;z-index:1;}.bg {width:200px;background:red; ...
分类:
其他好文 时间:
2016-05-16 01:43:48
阅读次数:
226
int bg_id = 0; //第一步:获取文章id,并判断是否为null if (Request.QueryString["bgid"]!=null) { bg_id =Convert.ToInt32(Request.QueryString["bgid"]); ST_StarNew st= ST ...
分类:
其他好文 时间:
2016-05-15 11:04:54
阅读次数:
264
http://www.cnblogs.com/kaituorensheng/p/3980334.html nohup commod & jobs出现id号 关闭后台的 : fg %1 到前台来 ,ctrl+c 结束 后悔了,按ctrl+z 到后台(但暂停),再bg %1 继续运行 ...
分类:
其他好文 时间:
2016-05-14 23:12:19
阅读次数:
330
A.前台html页面
function showmed() {
document.getElementById('med').style.display = 'block';
document.getElementById('bg').sty...
分类:
Web程序 时间:
2016-05-13 02:02:40
阅读次数:
231
Android之十二微信UI界面设计
corners_bg.xml
<corners android:topLeftRadius="10dp"
android:topRightRadius="10dp"
android:bottomRightRadius="10dp"...
分类:
微信 时间:
2016-05-12 23:33:39
阅读次数:
375
原文地址:fg、bg、jobs、&、ctrl + z 作者:china-yuan http://blog.chinaunix.net/uid-22433093-id-1774026.html fg、bg、jobs、&、ctrl + z都是跟系统任务有关的,虽然现在基本上不怎么需要用到这些命令,但学会 ...
分类:
其他好文 时间:
2016-05-02 11:44:57
阅读次数:
138