码迷,mamicode.com
首页 >  
搜索关键字:lex    ( 2392个结果
UGUI Auto Layout 自动布局
Layout Element 首先分配 Minimum Size 如果还有足够空间,分配 Preferred Size 如果还有额外空间,分配 Flexible Size 比较特别的是 Flexible,他是代表著整个大小的比例0~1 ...
分类:其他好文   时间:2017-03-21 10:34:34    阅读次数:125
Prime Ring Problem
A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacen ...
分类:其他好文   时间:2017-03-19 13:20:45    阅读次数:194
field字段错位手动更改方法
update tbprotocolex set field='1' where name='ICMP';update tbprotocolex set field='1' where name='DNS';update tbprotocolex set field='2' where name='H ...
分类:其他好文   时间:2017-03-19 13:10:40    阅读次数:179
python Django Nginx+uwsgi 安装配置
基础包安装 yum install -y bind-utils traceroute wget man sudo ntp ntpdate screen patch make gcc gcc-c++ flex bison zip unzip ftp net-tools --skip-broken 安装 ...
分类:编程语言   时间:2017-03-16 18:54:07    阅读次数:195
BZOJ3563 DZY Loves Chinese
本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作。 本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作。 本文作者:ljh2000 作者博客:http://www.cnblogs.com/ljh2000-jump/转载请注 ...
分类:其他好文   时间:2017-03-15 16:44:38    阅读次数:238
Sqoop: ERROR manager.SqlManager: Error reading from database: java.sql.SQLException:
后面加上驱动就ok ...
分类:数据库   时间:2017-03-15 12:14:56    阅读次数:521
开发规范
转至元数据结尾 Created and last modified by 转至元数据起始 文件规范 文件必须使用UTF-8编码 命名规范 数据库命名规范 数据库表命名均遵循以下规范: 多个单词用下划线分隔,全部小写,例如:mail_message。 数据库字段命名遵循以下规范: 表字段全部小写,多个 ...
分类:其他好文   时间:2017-03-13 14:46:48    阅读次数:248
CSS3扁平化Loading动画特效
效果预览:http://hovertree.com/texiao/css3/42/ 代码如下: 特效汇总:http://www.cnblogs.com/jihua/p/webfront.html ...
分类:Web程序   时间:2017-03-12 20:03:57    阅读次数:319
cisco 2901 配置拨号上网
1、输入en,然后输入密码确认后按conf t2、Router(config)# vpdn enable interface dialer 1 // 进入拨号器13、Router(config-if)# encapsulation ppp // 封装ppp协议 ip add negotiated / ...
分类:系统相关   时间:2017-03-12 10:41:53    阅读次数:230
oracle sql语句学习(一)
oraclexe 11.0.2.0 输出到文件 SQL>spool /*完整路径*/; SQL>spool off; 多表自然链接 select spj.sno from spj join p on p.pno=spj.pno join s on spj.sno=s.snowhere city!=' ...
分类:数据库   时间:2017-03-11 22:04:03    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!