var r = material.color.r; var g = material.color.g; var b = material.color.b; material.color = new Color(r, g, b, _Alpha); if (render != null){ foreac ...
分类:
其他好文 时间:
2017-07-05 13:42:56
阅读次数:
121
如果需要让隐藏的文件可见。 具体做法就是打开一个Terminal终端窗口,输入以下命令: 对于OS X Mavericks 10.9: defaults write com.apple.finder AppleShowAllFiles TRUE 为了重启Finder应用,输入 killall Fin ...
分类:
系统相关 时间:
2017-07-05 00:34:38
阅读次数:
269
1、前台向后台传值方法一: 表单提交的方式: js代码: 2、前台向后台传值方法二ajax: js代码: 通过ajax从后台取值的方法,从后台获得值显示在列表中,如下图: 备注:靠自己也可以!依赖别人或者老师没有出路! ...
分类:
其他好文 时间:
2017-07-04 22:26:15
阅读次数:
1332
先看看network的配置文件: [html] view plaincopy config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask ' ...
分类:
其他好文 时间:
2017-07-04 19:59:21
阅读次数:
253
PHP 读取和导出 CSV文件,速度比phpexcel快80%,而phpexcel 占内存,在数据大的情况下,5万条只需几秒不到,几乎感觉不出来 如果遇到数字是科学计算法,可以在前面加一个 ' 单引号 ...
分类:
Web程序 时间:
2017-07-04 13:27:08
阅读次数:
175
Error:Execution failed for task ':ttt:transformClassesWithDexForDebug'.com.android.build.api.transform.TransformException: com.android.ide.common.proc ...
分类:
移动开发 时间:
2017-07-04 13:24:02
阅读次数:
355
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux 查找源代码: ze ...
分类:
其他好文 时间:
2017-07-04 09:54:26
阅读次数:
215
CSS代码: .box { /* 可见视觉区域 */ width: 480px; height: 250px; position: relative; overflow: hidden; cursor: pointer; } .size { /* 广阔的海洋 */ width: 1000px; he ...
分类:
其他好文 时间:
2017-07-03 14:09:08
阅读次数:
333
1. 助动词+动词原形 do/did/does 对谓语动词的一种强调 He does love me // He didn't steal his purse/wallet 2.最常用的强调句式 He gave me that fish It was(时态和gave一致) he(被强调的部分) th ...
分类:
其他好文 时间:
2017-07-03 01:08:56
阅读次数:
201
内容简介:1、使用log4j的日志存储,2、一对一关系,3、二级缓存 1 整合log4j(了解) l slf4j 核心jar : slf4j-api-1.6.1.jar 。slf4j是日志框架,将其他优秀的日志第三方进行整合。 l 整合导入jar包 log4j 核心包:log4j-1.2.17.ja ...
分类:
Web程序 时间:
2017-07-03 01:02:50
阅读次数:
298