sudo gedit /usr/share/applications/eclipse.desktop [Desktop Entry]Name=EclipseComment=c project manage softwareExec=/home/wy/Downloads/eclipse/eclipse...
分类:
系统相关 时间:
2014-10-14 22:18:29
阅读次数:
198
管理员登陆界面-manage-admin 1 2 3 4 5 6 7 8 9 10 get_var('title')?> 11 12 13 --> 14 15 16 ...
分类:
其他好文 时间:
2014-10-12 03:11:37
阅读次数:
262
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
1最简单而又令人兴奋的命令: manage.py syncdb创建了指定app中的model相应的数据库表,假设是第一次使用此命令,会提示是否创建超级用户,输入username,Email和password,接着能够看到在创建索引:2. validate验证Model的正确性:manage.py v...
分类:
数据库 时间:
2014-10-11 23:12:26
阅读次数:
351
Django 反向生成 从数据库生成Model使用Django生成Modelpython manage.py inspectdb或python manage.py inspectdb > models.py就可以生成了自动产生Django model
分类:
数据库 时间:
2014-10-11 03:38:04
阅读次数:
450
1.创建一个项目django-admin.exe startproject mysite.mysite/目录只是项目的一个容器。mysite/wsgi.py一个WSGI兼容的Web服务器的入口,以便运行项目。2.更改服务器的端口python manage.py runserver 8080改变服务器...
分类:
其他好文 时间:
2014-10-07 22:19:34
阅读次数:
225
很久没有写ASP.NET的博文了,专心工作嘛,今天写一点MVC的博文,也是自己练习来的,是使用grid.mvc来显示数据。首先打开Manage Nuget Packages,搜索grid.mvc并安装它:创建一个控制器:创建一个视图:现在我们找一些数据来显示,使用以前演示的一些数据吧,如Fruit:...
分类:
Web程序 时间:
2014-10-07 17:44:33
阅读次数:
224
UNIX and Linux Shared Memory and Oracle
The UNIX and LINUX operating systems allocate memory based on an interprocess communication model (IPC) to manage memory segments for Oracle database envir...
分类:
数据库 时间:
2014-10-06 20:12:10
阅读次数:
341
You seem to be confusing/merging two different concepts together. We start of talking about encrypting traffic (HTTPS) and then we start talking about different ways to manage authenticated session...
分类:
移动开发 时间:
2014-09-29 02:50:48
阅读次数:
345
1 ├── myapp11 ├── manage.py12 └── myxunlei13 ├── settings.py14 ├── settings.pyc15 ├── urls.py16 ├── urls.pyc17 ├── wsgi.py18 ...
分类:
其他好文 时间:
2014-09-29 00:35:36
阅读次数:
280