1、打开控制面板,右上角搜索栏输入“颜色管理”,再打开“颜色管理”。2、在“设备”选项卡里,“设备”下拉列表,选择“显示器”。3、可能你安装过显示器的驱动程序,下面的配置文件中会有一个默认的配置文件,勾选“使用我对设备的配置”,删除当前ICC配置。4、点下面的“添加”按钮,添加另一个配置文件。选择s...
css样式:#export_page_cover { display:none; opacity: 0.7; background-color:#FFF; z-index: 1001; position: fixed; top: 0px; bottom: 0px; left: 0px; rig...
分类:
其他好文 时间:
2015-11-17 09:32:03
阅读次数:
174
我只是IT圈的搬运工,项目原址https://github.com/meekrosoft/fff FFF是一个用宏实现的小框架,只需要一个头文件fff.h,没有任何其他依赖,非常简洁。 FFF的核心就是三个宏: FAKE_VOID_FUNC(fn [,arg_types*]); ...
分类:
其他好文 时间:
2015-11-16 19:50:54
阅读次数:
1146
css代码之所以初始化,是因为能尽量减少各浏览器之间的兼容性问题!腾讯QQ官网样式初始化body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}body{font:12px"宋体","ArialNarrow",HELVETICA;background:#fff;-webkit-t..
分类:
Web程序 时间:
2015-11-12 16:07:33
阅读次数:
279
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,...
分类:
Web程序 时间:
2015-11-12 13:26:27
阅读次数:
299
1、DateTime字段类型对应的时间格式是?yyyy-MM-dd HH:mm:ss.fff?,3个f,它的时间精度为1/300秒,在使用时会舍入到舍入到 .000、.003 或 .007 秒三个增量,示例?2014-12-03 17:06:15.007。 2、DateTime2字段类...
分类:
数据库 时间:
2015-11-10 17:53:26
阅读次数:
323
Map接口提供了多个遍历元素的方法:publicclassHashMapTest{
publicstaticvoidmain(String[]args){
HashMapmap=newHashMap();
map.put("a","aaa");
map.put("f","fff");
map.put("s","sss");
//1.直接利用map的toString()方法,返回map中的所有键值对信息
System.out.println(..
分类:
编程语言 时间:
2015-11-07 19:12:28
阅读次数:
176
以前的文章里提到过IE6/IE7/IE8/IE9/、Firefox的CSS HACK方法,那么Safari的CSS HACK是什么呢?请看以下CSS代码:.box { color:black; /*ff*/color:#fff\9\0; /*IE9*/color:#ff0000\0; /*IE8.....
分类:
Web程序 时间:
2015-11-06 14:25:37
阅读次数:
198
@charset "utf-8";/* CSS Document */.allbody { position:absolute; margin:auto; width: 100%; z-index: 1; background-color:#FFF; text-align:center; font....
分类:
Web程序 时间:
2015-11-03 09:14:27
阅读次数:
326
@charset "utf-8";/* CSS Document */.allbody { position: absolute; margin:auto; width: 100%; z-index: 1; background-color: #FFF; vertical-align: middle...
分类:
Web程序 时间:
2015-11-03 09:14:19
阅读次数:
343