码迷,mamicode.com
首页 >  
搜索关键字:apt-get source    ( 25095个结果
ubuntu 安装php环境/apache/php/mysql
比windows下真是方便很多,爱上ubuntu1:首先安装apache:打开终端(ctrl+Alt+t),输入命令:sudo apt-get install apache2即可安装,安装完后,打开浏览器,在地址栏输入:localhost或者http://127.0.0.1看到It works,表示...
分类:数据库   时间:2014-05-20 02:24:54    阅读次数:394
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-05-19 22:15:03    阅读次数:357
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-05-19 21:43:51    阅读次数:303
Ubuntu(Linux) + mono + xsp4 + nginx +asp.net MVC3 部署
折腾了一下,尝试用Linux,部署mvc3。分别用过 centos 和 ubuntu ,用ubuntu是比较容易部署的。操作步骤如下:一、终端分别如下操作sudo su ->输入密码apt-get install nginx apt-get install mono apt-get install....
分类:Web程序   时间:2014-05-19 11:02:12    阅读次数:647
linux kernel "current" macro
-------------------------------source---------------------------------#include #include #include #include #include /* 函数声明 */void tty_write_message1(s...
分类:系统相关   时间:2014-05-19 10:30:33    阅读次数:468
C# 连接SQL Server数据库的几种方式--server+data source等方式
本文转载自忙碌的布谷鸟如何使用Connection对象连接数据库?对于不同的.NET数据提供者,ADO.NET采用不同的Connection对象连接数据库。这些Connection对象为我们屏蔽了具体的实现细节,并提供了一种统一的实现方法。Connection类有四种:SqlConnection,O...
分类:数据库   时间:2014-05-19 08:47:45    阅读次数:389
unity3d关于怎样动态改变物体 shader
material=newMaterial(Shader.Find("Custom/Alpha"));material.SetFloat("_Shininess",materialAlpha);voidOnRenderImage(RenderTexturesource,RenderTexturedestination){Graphics.Blit(source,destination,material);}
分类:其他好文   时间:2014-05-16 02:28:04    阅读次数:572
ubuntu 下配置munin
环境: "Ubuntu 13.10" 安装: apt-get install munin munin-nodeapt-get install apache2配置:1. vim /etc/munin/munin.conf dbdir /var/lib/muninhtmldir /var/c...
分类:其他好文   时间:2014-05-16 00:05:58    阅读次数:455
我的LaTex 简历(未用他人模板)
第一步先安装LaTex,这里我装的是texlive,在ubuntu下可以使用以下命令来安装 sudo apt-get install texlive 然后安装一个编辑器,ubuntu下有很多LaTex编辑器,比如texmaker、texstudio等,我先安装了texmaker,但因为快捷键冲突问题导致texmaker基本无法使用,百度知道提问无果,索性换了texstudio,对比发现其实...
分类:其他好文   时间:2014-05-15 23:14:15    阅读次数:555
ubuntu12.04上搭建darwin streaming server6.03
1:下载darwin源代码DarwinStreamingSrvr6.0.3-Source.tar,补丁patch dss-6.0.3.patch$wgethttp://dss.macosforge.org/downloads/DarwinStreamingSrvr6.0.3-Source.tar$w...
分类:Windows程序   时间:2014-05-15 22:34:00    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!