码迷,mamicode.com
首页 >  
搜索关键字:precompile prefix he    ( 8901个结果
SnakeGo : Scaling Screen on Stage
刚才使用LIBGDX的Stage时, 发现1.0.1跟0.99的一个变更 -- Stage内置Camera和Viewport(好用的ScalingViewport类). 如此这样, 那放缩屏幕更方便了... @Override public void resize(int width, int he...
分类:其他好文   时间:2014-05-23 09:22:13    阅读次数:267
JSP-------<%@ %>
是指令标签这个是导入struts2中的标签库,uri是标签库所在的库文件路径prefix="s",给这个标签库起一个别名“s”这样导入完成后,你可以在中,使用了,如: 在CSS定义中属于一个行内元素,在行内定义一个区域,也就是一行内可以被 划分成好几个区域,从而实现某种特定效果。 本身没有任何属.....
分类:Web程序   时间:2014-05-22 15:37:26    阅读次数:294
leetcode Longest Common Prefix
找出单词的最长公共前缀 class Solution { public: string longestCommonPrefix(vector &strs) { int len=strs.size(); if(len==0) return ""; int length=strs[0].size(),j; ...
分类:其他好文   时间:2014-05-22 09:35:20    阅读次数:230
杭电1085(多重背包求解)
题目:We all know that Bin-Laden is a notorious terrorist, and he has disappeared for a long time. But recently, it is reported that he hides in Hang Zho...
分类:其他好文   时间:2014-05-22 01:09:55    阅读次数:328
msmtp在RHEL6.5下的安装
1.解压[root@zabbix~]#tar-jxvfmsmtp-1.4.32.tar.bz22.配置[root@zabbix~]#cdmsmtp-1.4.32[root@zabbixmsmtp-1.4.32]#./configure--prefix=/usr/local/msmtp--sysconfdir=/usr/local/msmtp/etccheckingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86..
分类:其他好文   时间:2014-05-21 12:58:08    阅读次数:378
POJ 2677(双调旅行商问题<bictonicTSP>
Tour Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3470 Accepted: 1545 Description John Doe, a skilled pilot, enjoys traveling. While on vacation, he rents a...
分类:其他好文   时间:2014-05-21 08:24:18    阅读次数:354
poj 1837 Balance
Balance Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 10065   Accepted: 6231 Description Gigel has a strange "balance" and he wants to poise it. Actually...
分类:其他好文   时间:2014-05-21 07:23:20    阅读次数:312
[ACM] hdu 2717 Catch That Cow (BFS)
Catch That Cow Problem Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number li...
分类:其他好文   时间:2014-05-21 07:02:40    阅读次数:312
zabbix proxy 分布式监控
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/ --enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置 zabbix_proxy.conf1 使用...
分类:其他好文   时间:2014-05-21 05:39:29    阅读次数:353
lighttpd 编译安装
1,下载安装lighttpd-1.4.34lighttpd官网下载最新稳定版本[root@localhostsoftware]#tar-zxvflighttpd-1.4.34.tar.gz[root@localhostsoftware]#cdlighttpd-1.4.34[root@localhostlighttpd-1.4.34]#./configure--prefix=/usr/local/lighttpd#安装默认模块[root@localhostlighttpd..
分类:其他好文   时间:2014-05-20 23:29:06    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!