码迷,mamicode.com
首页 > 2014年11月13日 > 全部分享
openSUSE 13.2 RPM及包管理相关命令记录
以列表的形式给出,首先是rpm的相关命令。命令语法命令语义rpm -ql $PACKAGE查看$PACKAGE的包都包含了哪些文件rpm -ql $FILE查看$FILE从属于哪个软件包接下来是zypper的相关命令。命令语法命令语义最后是obs的相关命令。
分类:其他好文   时间:2014-11-13 06:59:51    阅读次数:125
微软开放.NET框架源代码和Mono
微软一直在朝着更加开放的方向努力。例如,公司首席执行官萨特亚纳德拉(Satya Nadella)在Windows 10预览发布会上声称微软喜欢Linux,这并不出人意料,但是对于一家将Linux视作威胁的公司来说,发表这样的声明还是需要很大的勇气和魄力的。 昨天,Scott Guthrie宣布微软正...
分类:Web程序   时间:2014-11-13 06:58:51    阅读次数:214
C# 调用VS自带程序WebDev.WebServer40.EXE 源代码
通过Process.Start启动,VS自带程序WebDev.WebServer40.EXE在内网架设网站时,为安装IIS条件下用VS自带的小程序来测试效果非常不错!using System;using System.Collections.Generic;using System.Componen...
分类:Windows程序   时间:2014-11-13 06:58:29    阅读次数:265
个人阅读作业2
No Silver Bullet: Essence and Accidents of Software Engineering在欧洲中世纪的传说中,有一种叫“人狼”的妖怪,就是人面狼身。它们会讲人话,专在月圆之夜去袭击人类。而且传说中对“人狼”用一般的枪弹是不起作用的,普通子弹都伤不到也打不死它,只...
分类:其他好文   时间:2014-11-13 07:00:47    阅读次数:196
HDU 4135
http://acm.hdu.edu.cn/showproblem.php?pid=4135求[A,B]内与N互素的数字个数首先对N分解质因数,对于一个质因数,1-n与它不互素的数字个数是n/(这个质因数),这样可以得到m个集合(m是N分解出的质因数的个数),对这m个集合用容斥原理解出来它们的并集,...
分类:其他好文   时间:2014-11-13 07:00:58    阅读次数:119
[Leetcode] Generate Parentheses
Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))...
分类:其他好文   时间:2014-11-13 06:58:08    阅读次数:152
What is HTTP ?
Please refer to :http://www.webopedia.com/TERM/H/HTTP.htmlShort forHyperTextTransferProtocol, HTTP is the underlyingprotocolused by theWorld Wide Web....
分类:Web程序   时间:2014-11-13 06:59:15    阅读次数:200
java调用google地图非原创
1 2 3 5 6 7 谷歌地图javascript 8 12 20 21 22 ...
分类:编程语言   时间:2014-11-13 06:58:15    阅读次数:214
java调用百度地图非原创
1 2 3 4 5 百度地图javascript 6 20 21 22 23 24
分类:编程语言   时间:2014-11-13 07:00:33    阅读次数:195
what is apache2 ?
I was recently allocated a virtuoal server with apache installed. I tried to inspect the installation of apache and see if some back-end processes are...
分类:Web程序   时间:2014-11-13 06:59:33    阅读次数:210
JSP 页面实现数据分页
1 2 9 10 maxPage) 46 curPage = maxPage; 47 } catch (SQLException e) { 48 e.printStackTrace(); 49 } 50 %> 51 52 ...
分类:Web程序   时间:2014-11-13 06:58:11    阅读次数:310
[Leetcode] Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each number ...
分类:其他好文   时间:2014-11-13 06:58:22    阅读次数:146
[Leetcode] Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:其他好文   时间:2014-11-13 06:56:43    阅读次数:179
微软职位内部推荐-Software Engineer II-Office Incubation
微软近期Open的职位:Office China team is looking for experienced engineers to improve consumer experience in China. Office has great products and features tha...
分类:其他好文   时间:2014-11-13 06:57:50    阅读次数:202
windows环境下配置tornado
1.前言 在网上看过一些在windows下配置tornado的教程,有一些写的十分复杂,让人望而生却。然后我就自己试着在windows下面配置tornado。我发现,方法非常简单,短短几步就能完成。2.步骤配置tornado的前提是你的windows已经安装了python,而且是2.x以上的版本.....
分类:Windows程序   时间:2014-11-13 06:57:29    阅读次数:276
个人阅读作业2:关于项目经历的心得
一、No Silver Bullet: Essence and Accidents of Software Engineering 在FredBrooks所写的这边文章中,他认为曾经传说的年代中银色子弹可以有力针对狼人,是一个解决问题的良剂。然而,在软件工程中却不是如此,软件工程中有不可避免的诸多....
分类:其他好文   时间:2014-11-13 06:57:40    阅读次数:170
hdu 1087 最大上升子序列的和(dp或线段树)
Super Jumping! Jumping! Jumping!Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 23328Accepted Subm...
分类:其他好文   时间:2014-11-13 06:56:29    阅读次数:119
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!