首页 > 2014年01月31日 > 全部分享
编译lua
http://www.lua.org/新建一个 static library 工程,把解压得到的目录下的src子目录中的所有.h和.c文件拷贝到新工程目录下。工程中删除自动生成的 main.c 文件,添加进除lua.c、luac.c和lua.hpp外的所有.h和.c文件。编译,得到libLua.a即...
分类:其他   时间:2014-01-31 14:35:49    收藏:0  评论:0  赞:0  阅读:469
IE=edge 让浏览器使用最新的渲染模式
Bootstrap不支持IE的兼容模式。为了让IE浏览器运行最新的渲染模式,建议将此标签加入到你的页面中:
分类:其他   时间:2014-01-31 14:34:59    收藏:0  评论:0  赞:0  阅读:418
转:LINUX/UNIX下的回车换行与WINDOWS下的区别
今天,我总算搞清楚“回车”(carriage return)和“换行”(line feed)这两个概念的来历和区别了。在计算机还没有出现之前,有一种叫做电传打字机(Teletype Model 33)的玩意,每秒钟可以打10个字符。但是它有一个问题,就是打完一行换行的时候,要用去0.2秒,正好可以打...
分类:Windows开发   时间:2014-01-31 14:34:09    收藏:0  评论:0  赞:0  阅读:514
haoxiangfa
shaxiangfaakfafjaafasfafafadfasdf
分类:其他   时间:2014-01-31 14:33:19    收藏:0  评论:0  赞:0  阅读:354
RejexLib
http://www.regexlib.com/
分类:其他   时间:2014-01-31 14:32:29    收藏:0  评论:0  赞:0  阅读:400
DWR实例教程
DWR(Direct Web Remoting)是一个WEB远程调用框架.利用这个框架可以让AJAX开发变得很简单.利用DWR可以在客户端利用JavaScript直接调用服务端的Java方法并返回值给JavaScript就好像直接本地客户端调用一样(DWR根据Java类来动态生成JavaScrip代...
分类:其他   时间:2014-01-31 14:30:49    收藏:0  评论:0  赞:0  阅读:539
Windows 8.1 新增控件之 DatePicker
大年初一来介绍一个简单易用的DatePicker 控件,这个控件是新增的?印象里很早就有了啊,Anyway来看看Windows 8.1 里的DataPicker 有什么功能吧。
分类:Windows开发   时间:2014-01-31 14:31:39    收藏:0  评论:0  赞:0  阅读:490
bootlace
bootlace --force-backup-mbr --boot-prevmbr-first --time-out=3 --hot-key=0x3920 --mbr-disable-floppy 0x80 表示安装GRLDR代码到MBR时,备份原MBR(--force-backup-mbr),默...
分类:其他   时间:2014-01-31 14:29:59    收藏:0  评论:0  赞:0  阅读:484
[原] ubuntu安装Fcitx输入法
1.终端输入:sudo add-apt-repository ppa:wengxt/fcitx-nightly按回车确认添加2.sudo apt-get update更新软件源3.sudo apt-get install fcitx fcitx-config-gtk fcitx-googlepiny...
分类:其他   时间:2014-01-31 14:29:09    收藏:0  评论:0  赞:0  阅读:407
Command Line-Version (SetACL.exe) – Syntax and Description
For aquick start, tell SetACL the following:Object name (-on): This is the path to the object SetACL should operate on (file/directory/registry key/ne...
分类:其他   时间:2014-01-31 14:28:19    收藏:0  评论:0  赞:0  阅读:696
MKServerBuilder.psm1
MKServerBuilder.psm1function Test-ElevatedShell{ $user = [Security.Principal.WindowsIdentity]::GetCurrent() (New-Object Security.Principal.WindowsPrin...
分类:其他   时间:2014-01-31 14:27:29    收藏:0  评论:0  赞:0  阅读:422
快的打车 技术部 在 杭州 招聘 #年前面试 年后入职#架构师 - 内推网(neitui.me)
快的打车 技术部 在 杭州 招聘 #年前面试 年后入职#架构师 - 内推网(neitui.me) 陈丹 (cd**@kuaidadi.com) 01-18 发布了内推#年前面试 年后入职#架构师 ? 快的打车 技术部 ? 杭州“快的打车”创始人陈伟星创新移动互联网新项目,已获得阿里巴巴、天使等顶级V...
分类:其他   时间:2014-01-31 14:26:39    收藏:0  评论:0  赞:0  阅读:487
[原] ubuntu 13.10 安装 winqq2013
安装及下载地址:http://www.longene.org/forum/viewtopic.php?t=4700ubuntu 13.10 64位系统安装后无法启动qq,因为缺少程序包。解决方案:sudo apt-get install libgtk2.0-0:i386
分类:Windows开发   时间:2014-01-31 14:25:49    收藏:0  评论:0  赞:0  阅读:618
转载【绝句八题·马年试笔】
【绝句八题·马年试笔】其一约来铁镜拭纤尘,饱蘸东风又一轮。欲鉴沧桑何处好,抹成龙马见精神!————其二烈骥长嘶已脱缰,等闲一跃向苍茫。蹄声搅动奔雷急,要向云端猎曙光。************************其三一声唤起大江风,万古波涛入望瞳。戏水鱼虾终不觅,唯能布雨是真龙。*********...
分类:其他   时间:2014-01-31 14:24:59    收藏:0  评论:0  赞:0  阅读:475
C# 动态编译
现在也接触一下动态编译吧!去年也听说过了,但是只瞄了一眼,没去实践,不久前有同事在介绍动态编译,那时我因为某些原因没法去听听。现在就看一下 整个编译过程最基本用到两个类CodeDomProvider类和CompilerParameters 类。前者就充当一个编译器,后者则是用于记录传递给编译器的一些...
分类:其他   时间:2014-01-31 14:24:09    收藏:0  评论:0  赞:0  阅读:482
(二) vim的Tabbar插件
关闭Tabbar中一个buffer的技巧:如果你使用Tabbar的同时还集成了某种窗口分割插件(如 Winmanager,NERDTree)或者vim处于分栏显示状态,这时你想用传统的 :bd 或 :bdelete命令关闭多余的buffer,可能就会发现分窗、分栏显示的分割比例不正常了。那么,试试:...
分类:其他   时间:2014-01-31 14:22:29    收藏:0  评论:0  赞:0  阅读:1096
UVa 673 Parentheses Balance
Parentheses BalanceYou are given a string consisting of parentheses()and[]. A string of this type is said to becorrect:(a)if it is the empty string(b)...
分类:其他   时间:2014-01-31 14:21:39    收藏:0  评论:0  赞:0  阅读:412
UVa 10250 The Other Two Trees
Problem EThe Other Two TreesInput:standard inputOutput:standard outputTime Limit:2 secondsYou have a quadrilateral shaped land whose opposite fences a...
分类:其他   时间:2014-01-31 14:20:49    收藏:0  评论:0  赞:0  阅读:523
Java多线程系列--“JUC集合”07之 ArrayBlockingQueue
概要本章对Java.util.concurrent包中的ArrayBlockingQueue类进行详细的介绍。内容包括:ArrayBlockingQueue介绍ArrayBlockingQueue原理和数据结构ArrayBlockingQueue函数列表ArrayBlockingQueue源码分析(...
分类:其他   时间:2014-01-31 14:19:59    收藏:0  评论:0  赞:0  阅读:631
UVa 375 Inscribed Circles and Isosceles Triangles
Inscribed Circles and Isosceles TrianglesGiven two real numbersBthe width of the base of an isosceles triangle in inchesHthe altitude of the same isos...
分类:其他   时间:2014-01-31 14:19:09    收藏:0  评论:0  赞:0  阅读:523
237条   上一页 1 ... 3 4 5 6 7 ... 12 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!