http://blog.csdn.net/luoww1/article/details/8677999 http://blog.csdn.net/soszou/article/details/8053283 http://blog.csdn.net/cnhome/article/details/74 ...
分类:
系统服务 时间:
2016-11-22 17:02:56
收藏:
0 评论:
0 赞:
0 阅读:
167
使用方法: 将color.xml文件拷到res/values目录下后我们只需要R.xml文件名称.name名称就可以调用了(例如:R.color.red) <?xml version="1.0" encoding="utf-8"?><resources> <color name="white">#F ...
分类:
移动平台 时间:
2016-11-22 17:02:32
收藏:
0 评论:
0 赞:
0 阅读:
281
通配URL*(可代表任何字符串) 例如: app.get('/test/*', function(req, res){ res.send(req.query.aa); }) '/test/*通配test/...的URL 占位符URL(匹配一级) 例如: app.get('/test/:a', fun ...
分类:
Web开发 时间:
2016-11-22 17:01:38
收藏:
0 评论:
0 赞:
0 阅读:
284
在同一行不断添加View Y值不变,X值:(间距+宽度) * (下标 % 总列数) 0%3 * (hMargin + width) 1%3 * (hMargin + width) 2%3 * (hMargin + width) 3%3 * (hMargin + width) 4%3 * (hMarg ...
分类:
其他 时间:
2016-11-22 17:01:10
收藏:
0 评论:
0 赞:
0 阅读:
236
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" /> <meta content="telephone=no" name="forma ...
分类:
移动平台 时间:
2016-11-22 17:00:52
收藏:
0 评论:
0 赞:
0 阅读:
282
sleep和wait的区别有: 1,这两个方法来自不同的类分别是Thread和Object 2,最主要是sleep方法没有释放锁,而wait方法释放了锁,使得敏感词线程可以使用同步控制块或者方法。 3,wait,notify和notifyAll只能在同步控制方法或者同步控制块里面使用,而sleep可 ...
分类:
其他 时间:
2016-11-22 17:00:32
收藏:
0 评论:
0 赞:
0 阅读:
143
首先,在drawable文件夹写一个xml文件solid_c9c9c9.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <shape xmlns:android="http://schemas.android.com/apk/res/android"> ...
分类:
其他 时间:
2016-11-22 17:00:13
收藏:
0 评论:
0 赞:
0 阅读:
158
如果你执行iptables --list你将看到防火墙上的可用规则。下例说明当前系统没有定义防火墙,你可以看到,它显示了默认的filter表,以及表内默认的input链, forward链, output链。 查看mangle表: 查看NAT表: 查看RAW表: /!\注意:如果不指定-t选项,就只 ...
分类:
其他 时间:
2016-11-22 16:59:46
收藏:
0 评论:
0 赞:
0 阅读:
154
...
分类:
Web开发 时间:
2016-11-22 16:59:28
收藏:
0 评论:
0 赞:
0 阅读:
249
Skip links are an extremely helpful navigation pattern for keyboard and screen reader users, since they let you skip past sections of content. Learn h ...
分类:
Web开发 时间:
2016-11-22 16:59:08
收藏:
0 评论:
0 赞:
0 阅读:
148
有段时间没做react的项目了,前两天才发现react搞了一个不太小的动作,不是遵循原来的小版本号迭代,从0.14.x继续更新,而是直接跳到了15.0.X。虽然业界一直有这个观点,0.x的版本视为非稳定版本即测试版本,但是react一直以来就是特立独行的始终不上1开头的版本而是继续在0.n的道路上一 ...
分类:
其他 时间:
2016-11-22 16:58:46
收藏:
0 评论:
0 赞:
0 阅读:
141
(1).openssl speed 测试加密算法的性能。 支持的算法有: openssl speed [md2] [mdc2] [md5] [hmac] [sha1] [rmd160] [idea-cbc] [rc2-cbc] [rc5-cbc] [bf-cbc] [des-cbc] [des-ed... ...
分类:
其他 时间:
2016-11-22 16:58:06
收藏:
0 评论:
0 赞:
0 阅读:
279
node.js是一个Javascript运行环境(runtime)。实际上它是对Google V8引擎进行了封装。V8引 擎执行Javascript的速度非常快,性能非常好。Node.js对一些特殊用例进行了优化,提供了替代的API,使得V8在非浏览器环境下运行得更好。 ...
分类:
Windows开发 时间:
2016-11-22 16:57:49
收藏:
0 评论:
0 赞:
0 阅读:
261
NAME nm - display name list (symbol table) SYNOPSIS nm [ -agnoprumxjlfPA [ s segname sectname ]] [ - ] [ -t format ] [[ -arch arch_flag ]...] [ file . ...
分类:
其他 时间:
2016-11-22 16:57:27
收藏:
0 评论:
0 赞:
0 阅读:
209
分别是RSA密钥的处理工具和通用非对称密钥处理工具。它们用法基本一致,所以只介绍openssl rsa。 [root@xuexi tmp]# man rsa NAME rsa - RSA key processing tool SYNOPSIS openssl rsa [-inform PEM|NE... ...
分类:
其他 时间:
2016-11-22 16:57:11
收藏:
0 评论:
0 赞:
0 阅读:
253
andriod中的spinner控件一共有两个,一个是本身的Spinner,一个是android.support.v7.widget.AppCompatSpinner。 两者的区别在于v7内的Spinner是兼容低版本的,Spinner再高版本中才能使用的方法换了v7下的Spinner后可以一直兼容 ...
分类:
移动平台 时间:
2016-11-22 16:56:49
收藏:
0 评论:
0 赞:
0 阅读:
1013
html部分: <!doctype html><html lang="zh"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewpo ...
分类:
其他 时间:
2016-11-22 16:56:26
收藏:
0 评论:
0 赞:
0 阅读:
240
MongoDB的安装很简单,设置好安装路径后,一直Next直到安装结束,最大的坑就是MongoDB服务的安装,下面具体说下MongoDB安装之后的一些配置操作 一、下载 首先到官网(http://www.mongodb.org/downloads )下载合适的安装包 二、安装 放在想要安装的地方:E ...
分类:
数据库技术 时间:
2016-11-22 16:55:42
收藏:
0 评论:
0 赞:
0 阅读:
214
jsp <input type="checkbox" name="fileId"> 是否选中 ...
分类:
Web开发 时间:
2016-11-22 16:55:20
收藏:
0 评论:
0 赞:
0 阅读:
146
QT实现的不规则窗口,是根据图片的形状显示 1.去标题栏 2.设置窗口背景为透明色 3.最后给窗口设置背景色 注:背景图为镂空的 格式为.png 图片资源下载:http://pan.baidu.com/s/1i5JkIot .h .cpp 效果: ...
分类:
其他 时间:
2016-11-22 16:54:57
收藏:
0 评论:
0 赞:
0 阅读:
157