首页 > 全部
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  阅读:711
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
[原] 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  阅读:624
转载【绝句八题·马年试笔】
【绝句八题·马年试笔】其一约来铁镜拭纤尘,饱蘸东风又一轮。欲鉴沧桑何处好,抹成龙马见精神!————其二烈骥长嘶已脱缰,等闲一跃向苍茫。蹄声搅动奔雷急,要向云端猎曙光。************************其三一声唤起大江风,万古波涛入望瞳。戏水鱼虾终不觅,唯能布雨是真龙。*********...
分类:其他   时间: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  阅读:540
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
为首次部署MongoDB做好准备:容量计划和监控
如果你已经完成了自己新的MongoDB应用程序的开发,并且现在正准备将它部署进产品中,那么你和你的运营团队需要讨论一些关键的问题: 最佳部署实践是什么? 为了确保应用程序满足它所必须的服务层次我们需要监控哪些关键指标? 如何能够确定添加分片的时机? 有哪些工具可以对数据库进行备份和恢复? 怎样才能安...
分类:数据库技术   时间:2014-01-31 14:16:39    收藏:0  评论:0  赞:0  阅读:607
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
数据库基础知识(1)
数据库管理系统的主要功能和特征数据库系统(DataBase System, DBS)定义和组成由数据库、硬件、软件、人员组成。其中,数据库是指长期存放在计算机内、有组织、可共享的数据集合。硬件指计算机系统中的物理设备。软件包括操作系统、数据库管理系统(Database Management Syst...
分类:数据库技术   时间:2014-01-31 14:06:39    收藏:0  评论:0  赞:0  阅读:405
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!