using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:
其他好文 时间:
2017-04-22 09:36:51
阅读次数:
156
一、文字显示行数设置 1. 仅显示一行文字 android:singleLine="true" setTransformationMethod(TransformationMethod) 2. 设置最多显示几行文字 android:maxLines="3" TextView.setMaxLines( ...
分类:
移动开发 时间:
2017-04-21 22:54:56
阅读次数:
301
how to write bash shell CGI under uHTTPdcgiTargetReferenceWWW ROOT Dir on OpenWRTBrowser Client Access TargetWant to provide the smaple RESTful server... ...
分类:
Web程序 时间:
2017-04-21 17:27:23
阅读次数:
240
说明不用TSM,不用CA,不用带库,不用NBU对于差钱的公司来说,拿土方法自己弄了套免费的1、拓扑2、排程3、各服务器配置说明备份服务器设置:1、nfs搭建
[root@wubackuporaclebackup]#rpm-qa|grepnfs
nfs4-acl-tools-0.3.3-6.el6.x86_64
nfs-utils-1.2.3-39.el6.x86_64
nfs-util..
分类:
其他好文 时间:
2017-04-20 17:40:34
阅读次数:
237
基本单位: 长度 米 质量 千克 时间 秒 电流 安培 导出单位 角度 弧度 频率 赫兹 力 牛顿 功率 瓦特 电压 伏特 温度 摄氏度 磁感应强度 特斯拉 坐标系约定 In relation to a body the standard is: x forward y left z up For ...
分类:
其他好文 时间:
2017-04-18 22:12:44
阅读次数:
318
.circle_normal { width: 18px; height: 18px; margin: 0 auto; background: #45de3c; cursor: pointer; display: inline-block; position: relative; border-ra... ...
分类:
其他好文 时间:
2017-04-17 09:23:54
阅读次数:
147
boss根节点上挂RigidBody2D(且boss根节点以下任何子节点均不挂RigidBody2D),boss腿部骨骼节点挂collider2D,标签为"bossLeg",boss头部骨骼节点挂collider2D,标签为"bossHead"。 则,当boss的leg或head与其它物体发生碰撞时 ...
分类:
数据库 时间:
2017-04-15 20:40:05
阅读次数:
264
1 //PHP创建access_token.json文件,将access_token 和 生成时间expires 保存在其中, 2 //{"access_token":"xxxx","expires":1478799661} 3 function getToken(){ 4 $appid='*'; ... ...
分类:
微信 时间:
2017-04-15 16:42:04
阅读次数:
911
在文章中,我们将展示在centOS系统下如果将php升级到5.6,之前通过yum来安装lamp环境,直接升级的话,提示没有更新包,也就是说默认情况下php5.3.3是最新 1.查看已经安装的php版本号 键入下面代码: php -v 或者 /usr/bin/php 出现下面代码: PHP 5.3.3 ...
分类:
Web程序 时间:
2017-04-15 14:09:26
阅读次数:
374