普通的例如g++、deadbeef等源中有的软件,可以用apt-get安装1 sudo apt-get install XXX还有很多直接在software center搜索下载对于下载来源代码需要编译再运行的软件先用gunzip和tar解压出来然后是经典的三步1 ./configure2 make...
分类:
其他好文 时间:
2014-09-10 09:33:30
阅读次数:
178
安装配置SystemCenter2012R2VirtualMachineManager===========================================================安装WindowsAssessmentandDeploymentKit(ADK)8.1安装Microsoft.NETFramework3.5安装配置SQLServer2012SP1安装SystemCenter2012R2VirtualMachineManager配置System..
分类:
其他好文 时间:
2014-09-10 02:54:30
阅读次数:
271
前言:前戏已经做得比较充分了,下面我们开始步入正题。代码结构:cms|--admin (猜测是admin界面的二次开发和改良)|--cache (猜测是缓存机制的处理)|--extensions (猜测是各种扩展的支持包:比如video/picture/teaser等等)|--forms (猜测是所...
分类:
其他好文 时间:
2014-09-09 17:39:09
阅读次数:
209
一、EndpointProtection介绍MicrosoftSystemCenter2012R2EndpointProtection提供适用于Microsoft平台的反恶意软件和安全解决方案,将SystemCenter2012R2EndpointProtection与MicrosoftSystemCenter2012R2ConfigurationManager配合使用时,它可提供全面的企业管理解决方案,使你..
分类:
其他好文 时间:
2014-09-09 13:39:19
阅读次数:
417
Data Developer Center > Learn > Entity Framework > Get Started > Working with Transactions (EF6 Onwards) EF6 Onwards Only - The features, APIs, etc. d...
分类:
其他好文 时间:
2014-09-09 11:54:38
阅读次数:
269
CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广...
分类:
Web程序 时间:
2014-09-09 11:35:28
阅读次数:
297
水平居中:内联元素:text-align:center;相对于父级居中显示块级元素:margin:0 auto;但是需要同时width,否则无法看到效果多个块级元素居中:在此想要探讨一下display:inline-block;和display:flex;方法1:在父级上设置text-align:c...
分类:
Web程序 时间:
2014-09-09 10:52:48
阅读次数:
260
原文地址:http://godick.maxcell.org/opencart-uploaded-file-with-chinese-file-name-doesnt-show-up.html 更改basename函数 admin\controller\common\filemanager.php ...
分类:
其他好文 时间:
2014-09-09 10:32:08
阅读次数:
295
android:scaleType是控制图片如何resized/moved来匹对ImageView的size。 ImageView.ScaleType / android:scaleType值的意义区别: CENTER /center? 按图片的原来size居中显示,当图片长/宽超过View的长/宽,则截...
分类:
移动开发 时间:
2014-09-09 09:14:48
阅读次数:
250
voidsetup(){size(200,200);rectMode(CENTER);noFill();translate(100,100);for(inti=1;i<16;i++){rotate((PI/16)*i);rect(0,0,100,100);}}
分类:
其他好文 时间:
2014-09-09 09:10:58
阅读次数:
211