51CTO博客开发
1,C# tricks and tips http://geekswithblogs.net/BlackRabbitCoder/archive/2011/10/24/c.net-little-wonders-the-complete-collection-again.aspx
1. After building a project and open admin site 2. input this command in terminal $:manage.py shell 3. Then input this in the python shell. This code will create a "admin" supe
Django deployment 1, deploy on the server #:django-admin startproject mysite #:cd mysite/ 2, create a "django.wsgi" file, add and edit the code like: #!
Zend Framework Deployment( on Ubuntu) 1, Install Zend Framework from terminal "sudo apt-get install zend-framework" 2, create your project " zf create project 'project-name'
@TCPClient.java import java.io.*; import java.net.*; import java.util.*; public class TCPClient { private ArrayList<Integer> list; &
WIN 7系统下cmd中,运行javac, 提示 'javac' 不是内部或外部命令,也不是可运行的程序; 解决办法:先上网下载一个JDK1.6文件,按提示安装 [url]http://erbo2008.javaeye.com/blog/553015[/url](下载第一个) 安装,然后设置JAVA环境变量 win7系统 Jdk版本1.6 用鼠标右击&l
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号