首页 > 其他
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  阅读:492
[原] 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  阅读:412
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  阅读:710
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  阅读:427
快的打车 技术部 在 杭州 招聘 #年前面试 年后入职#架构师 - 内推网(neitui.me)
快的打车 技术部 在 杭州 招聘 #年前面试 年后入职#架构师 - 内推网(neitui.me) 陈丹 (cd**@kuaidadi.com) 01-18 发布了内推#年前面试 年后入职#架构师 ? 快的打车 技术部 ? 杭州“快的打车”创始人陈伟星创新移动互联网新项目,已获得阿里巴巴、天使等顶级V...
分类:其他   时间:2014-01-31 14:26:39    收藏:0  评论:0  赞:0  阅读:494
转载【绝句八题·马年试笔】
【绝句八题·马年试笔】其一约来铁镜拭纤尘,饱蘸东风又一轮。欲鉴沧桑何处好,抹成龙马见精神!————其二烈骥长嘶已脱缰,等闲一跃向苍茫。蹄声搅动奔雷急,要向云端猎曙光。************************其三一声唤起大江风,万古波涛入望瞳。戏水鱼虾终不觅,唯能布雨是真龙。*********...
分类:其他   时间:2014-01-31 14:24:59    收藏:0  评论:0  赞:0  阅读:484
C# 动态编译
现在也接触一下动态编译吧!去年也听说过了,但是只瞄了一眼,没去实践,不久前有同事在介绍动态编译,那时我因为某些原因没法去听听。现在就看一下 整个编译过程最基本用到两个类CodeDomProvider类和CompilerParameters 类。前者就充当一个编译器,后者则是用于记录传递给编译器的一些...
分类:其他   时间:2014-01-31 14:24:09    收藏:0  评论:0  赞:0  阅读:489
(二) vim的Tabbar插件
关闭Tabbar中一个buffer的技巧:如果你使用Tabbar的同时还集成了某种窗口分割插件(如 Winmanager,NERDTree)或者vim处于分栏显示状态,这时你想用传统的 :bd 或 :bdelete命令关闭多余的buffer,可能就会发现分窗、分栏显示的分割比例不正常了。那么,试试:...
分类:其他   时间:2014-01-31 14:22:29    收藏:0  评论:0  赞:0  阅读:1098
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  阅读:422
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  阅读:538
Java多线程系列--“JUC集合”07之 ArrayBlockingQueue
概要本章对Java.util.concurrent包中的ArrayBlockingQueue类进行详细的介绍。内容包括:ArrayBlockingQueue介绍ArrayBlockingQueue原理和数据结构ArrayBlockingQueue函数列表ArrayBlockingQueue源码分析(...
分类:其他   时间:2014-01-31 14:19:59    收藏:0  评论:0  赞:0  阅读:639
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  阅读:528
面试准备 - HashTable 的C#实现 开放地址法
Hashtable是很经常在面试中遇到的数据结构,因为他的O(1)操作时间和O(n)空间之所以自己写一份是因为:加深对于hashtable的理解某些公司面试的时候需要coding.......开放地址法 Xn=(Xn-1 +b ) % size理论上b要和size是要精心选择的,不过我这边没有做特别...
分类:其他   时间:2014-01-31 14:17:29    收藏:0  评论:0  赞:0  阅读:461
UVa 10879 Code Refactoring
Problem BCode RefactoringTime Limit: 2 seconds"Harry, my dream is a code waiting to bebroken. Break the code, solve the crime."Agent CooperSeveral alg...
分类:其他   时间:2014-01-31 14:15:49    收藏:0  评论:0  赞:0  阅读:416
查看LINUX 系统硬件等详细信息
转载这位朋友[地址]几个cpumore /proc/cpuinfo |grep "physical id"|uniq|wc -l每个cpu是几核(假设cpu配置相同)more /proc/cpuinfo |grep "physical id"|grep "0"|wc -lcat /proc/cpui...
分类:其他   时间:2014-01-31 14:12:29    收藏:0  评论:0  赞:0  阅读:447
[Leetcode]-- Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".StringBuilder + reverse methodpublic class Solu...
分类:其他   时间:2014-01-31 14:11:39    收藏:0  评论:0  赞:0  阅读:437
Linux下查看CPU Cache信息
1.查看Linux环境下Cache的级数,用如下命令:ls /sys/devices/system/cpu/cpu0/cache如下图所示:index0是一级Data Cache,大小是32k,如下图所示:index1是一级Instruction Cache,大小是32k,如下图所示:index2是...
分类:其他   时间:2014-01-31 14:10:49    收藏:0  评论:0  赞:0  阅读:514
leetcode--Gas Station
There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:其他   时间:2014-01-31 14:09:59    收藏:0  评论:0  赞:0  阅读:436
[Leetcode]-- Anagrams
Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.思路:用map记录排序后的字符串以及首次出现的位置。1. 从strs的第一...
分类:其他   时间:2014-01-31 14:07:29    收藏:0  评论:0  赞:0  阅读:450
[Leetcode]-- Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他   时间:2014-01-31 14:04:59    收藏:0  评论:0  赞:0  阅读:380
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!