码迷,mamicode.com
首页 >  
搜索关键字:see    ( 2224个结果
NGUI 动态添加控件
Please see:http://blog.csdn.net/asd237241291/article/details/9329631也可以看 HUD Text 包中的HUDText.cs 文件,里面有动态添加 Label
分类:其他好文   时间:2014-07-22 22:54:55    阅读次数:227
【转】rails 遇到 Could not find a JavaScript runtime execjs错误(ubuntu)
当我运行$rails s遇到下面错误/var/lib/gems/2.0.0/gems/execjs-2.2.1/lib/execjs/runtimes.rb:51:in `autodetect': Could not find a JavaScript runtime. See https://gi...
分类:编程语言   时间:2014-07-19 15:21:13    阅读次数:219
kickstart相关搭建配置
yuminstall-ytftp*xinetd"*dhcp*"nfs-utils-*配置DHCP服务器的配置文件[root@localhosttftpboot]#vi/etc/dhcpd.conf#DHCPServerConfigurationfile.#see/usr/share/doc/dhcp*/dhcpd.conf.sample#see‘man5dhcpd.conf‘ddns-update-styleinterim;ignoreclient-updates;filename"/px..
分类:其他好文   时间:2014-07-19 02:16:55    阅读次数:231
An unexpected exception occurred while creating a change object. see the error log for more details
今天再给Android项目工程中的包重命名时出现了这个错误(之前重命名的时候就没有出现,郁闷): An unexpected exception occurred while creating a change object. see the error log for more details 效...
分类:其他好文   时间:2014-07-18 20:05:21    阅读次数:337
不同linux系统添加开机启动程序的命令
see http://phpcj.org/blog/%E4%B8%8D%E5%90%8Clinux%E7%B3%BB%E7%BB%9F%E6%B7%BB%E5%8A%A0%E5%BC%80%E6%9C%BA%E5%90%AF%E5%8A%A8%E7%A8%8B%E5%BA%8F%E7%9A%84%E...
分类:系统相关   时间:2014-07-18 14:09:18    阅读次数:318
HDU 1892 二维树状数组
See you~Time Limit: 5000/3000 MS (Java/Others)Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 3485Accepted Submission(s): 1103Problem De...
分类:其他好文   时间:2014-07-16 17:42:25    阅读次数:178
HDU 1892 See you~
题意: 一块矩形空间  一开始每个格子都是1  有4种操作: S操作将(x1,y1)-(x2,y2)所画出的矩形中的数求和  A操作是在(x,y)加z  D是在(x,y)减z 注意不能减成负数  M是移动 思路: 裸二维树状数组…  POJ上有楼教主出过的题 代码: #include #include #include using namespace std; #defi...
分类:其他好文   时间:2014-07-15 12:32:01    阅读次数:279
lua中的pairs和ipairs区别
pairs Returns three values: the next function, the table t, and nil, so that the construction for k,v in pairs(t) do body end will iterate over all key–value pairs of table t. See functi...
分类:其他好文   时间:2014-07-14 18:39:58    阅读次数:317
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.D:\GameDevelopment\adt-bundle-windows-x86...
分类:其他好文   时间:2014-07-13 21:36:10    阅读次数:428
poj 2309 BST(数学题)
BSTTime Limit:1000MSMemory Limit:65536KTotal Submissions:8440Accepted:5093DescriptionConsider an infinite full binary search tree (see the figure belo...
分类:其他好文   时间:2014-07-13 11:22:45    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!