Downloading the module:sudo apt-get install
python-tksimple example:#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode
Tkinter tutorialThis script sho...
分类:
编程语言 时间:
2014-05-07 14:46:05
阅读次数:
454
安装eclipse插件在help->Install new
software里面add有本地和网络两种1.ModelGoon该插件需要在file中newModelGoon
Diagrams新建文件,然后把要生成的文件拖进去,还不支持文件夹拖放,不太方便;同时他只能生成类成员,如果是静态的就无法显示了...
分类:
系统相关 时间:
2014-05-07 13:22:13
阅读次数:
435
执行以下命令创建项目骨架:
mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:
Web程序 时间:
2014-05-07 12:42:16
阅读次数:
450
memcached64.exe -d install
安装服务
memcached64.exe -d start
启动服务
memcached64.exe -d stop
停止服务
memcached64.exe -d -m 64 -l localhost -p 11211...
分类:
其他好文 时间:
2014-05-07 11:44:29
阅读次数:
306
免安装版的mysql是进行软件绿色发布的绝佳助手,本文介绍一种使用批处理命令自动配置mysql的方法。
(1)建立三个文件,分别是:service install.bat,temp.txt,update.sql。 (2)在temp.txt文件中写入如下内容:
set PathTemp= (3)在up...
分类:
数据库 时间:
2014-05-07 02:18:59
阅读次数:
376
http://blog.csdn.net/dotphoenix/article/details/84592771.
安装boost库sudo apt-get install libboost-all-dev或者使用源代码编译:sudo apt-get install
python2.6-devsud...
分类:
其他好文 时间:
2014-05-07 01:32:57
阅读次数:
366
环境:centos6.5 mysql-5.6.17.tar.gzwget
http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.17.tar.gzyum install -y gcc
gcc-c++gcc-c++.x86_64bison.x86_64l...
分类:
数据库 时间:
2014-05-07 01:24:19
阅读次数:
413
准备安装node-inspector模块 $ npm install -g
node-inspector调试debug模式启动应用:$ node --debug yourApp.js或者,debug模式启动应用并且停在第一行:$
node --debug-brk yourApp.js启动inspe....
分类:
Web程序 时间:
2014-05-07 01:20:25
阅读次数:
370
Ubuntu安装Matplotlibubuntu下安装matplotlib的复杂度远远比windows下复杂的多,相对双击就能解决问题的,现在你需要时不时的解决编译带来的各种问题。1sudo
apt-get install python-dev先安装numpy:12python setup.py b...
分类:
编程语言 时间:
2014-05-07 01:04:09
阅读次数:
606
PHP简介安装PHP解决依赖关系# 请配置好yum源(系统安装源及epel源)后执行如下命令:yum
-y groupinstall "Desktop Platform Development"yum -y install bzip2-devel
libmcrypt-devel mhash-deve...
分类:
Web程序 时间:
2014-05-07 00:50:47
阅读次数:
470