码迷,mamicode.com
首页 >  
搜索关键字:promoted sites    ( 609个结果
Emacs资源
Good sites of Emacsers星黎殿:http://lifegoo.pluskid.org/wiki/index.html王纯业 的主页:http://ann77.emacser.com/Emacs 中文网:http://emacser.com/Bruce Ravel's Homepa...
分类:系统相关   时间:2014-10-22 17:19:32    阅读次数:177
三方控件的登陆和注销--Facebook,Google,Microsoft,Twitter etc.
http://www.asp.net/web-pages/overview/security/enabling-login-from-external-sites-in-an-aspnet-web-pages-sitehttp://www.asp.net/web-api/overview/secur...
分类:其他好文   时间:2014-10-15 17:43:01    阅读次数:141
Mac WebServer
1在MacOSX中可以很方便的通过开启“Web共享”启用Apache服务:sudoapachectlstart2更改默认Web目录:做如下更改即可:1.打开/etc/apache2/httpd.conf文件sudovim/etc/apache2/httpd.conf2.找到/Library/WebServer/Documents替换成/Users/{username}/Sites其中{username}是你登..
分类:Web程序   时间:2014-10-15 15:57:11    阅读次数:195
ubuntu下的apache的虚拟主机的配置
ubuntu下的虚拟主机的配置相对window下的虚拟主机配置有些许不同。 对于要新建的虚拟主机,我们可以有如下几个步骤: 1.在/etc/apache2/sites-available/目录下新建一个你要配置主机的文件,打开他,进行配置:sudo vi /etc/apache2/sites...
分类:其他好文   时间:2014-10-05 20:57:18    阅读次数:226
nginx,apache屏蔽特定路径下的php,python解析
工作中碰到一些目录需要写入数据,为了安全起见需要屏蔽特定路径下的php,python解析。nginx相关配置:location~/(data|sites/upload)/.*\.(php|php5|py|pyc|sh)?${denyall;}apache相关配置:<Directory/usr/local/apache/htdocs/bbs/data>php_flagengineoff</Director..
分类:编程语言   时间:2014-09-25 13:51:39    阅读次数:306
Microsoft Azure Web Sites应用与实践【1】—— 打造你的第一个Microsoft Azure Website
想创建一个拥有自己域名的网站但是不想花太多时间在开发和部署上?Microsoft Azure Website可以帮忙做到。分分钟创建完成,拥有自己的域名,不需要任何开发工具,随时随地上线访问。
分类:Web程序   时间:2014-09-25 13:13:48    阅读次数:213
Eclipse 安装Maven插件
Maven插件安装地址https://repository.sonatype.org/content/sites/forge-sites/m2e/1.3.0/N/1.3.0.20121023-1108/ Eclipse 3.Xhttp://download.eclipse.org/technolog...
分类:系统相关   时间:2014-09-20 21:40:19    阅读次数:222
Nginx+uWSGI 部署 Django 应用 (一)
1. 安装Nginx sudo apt-get install nginxUbuntu安装之后的文件结构大致为:所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下程序文件在/usr/sbin/nginx日志放在了/var/l....
分类:其他好文   时间:2014-09-19 19:05:35    阅读次数:339
debian配置apache2.4配置虚拟主机遇到的问题
0x01Ubuntu配置apache2的前置知识使用apt-get安装的apache2与直接编译安装版本略有不同,其配置文件不在是httpd.conf,而是/etc/apache2/apache2.conf。而其虚拟主机的位置的配置文件也不在是vhost之类的,而是sites-avilable/xx...
分类:其他好文   时间:2014-09-19 13:26:05    阅读次数:188
OpenCV on Mac OSX: A step-by-step guide
I’m using OpenCV for my 4th year design project and setting it up was a huge pain. I had to look through a whole bunch of different sites to figure ou...
分类:其他好文   时间:2014-09-17 21:43:42    阅读次数:317
609条   上一页 1 ... 54 55 56 57 58 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!