window.close(), scripts may not close windows that were not opened by script...
分类:
Windows程序 时间:
2014-11-24 11:56:00
阅读次数:
1561
先语:
开始尝试使用CentOS7.
方法1.
# ip addr
(如果没有连通网络)
# cd /etc/sysconfig/network-scripts
# ls ifcfg-*
(选择不是ifcfg-lo的项)
# vi ifcfg-eno16777736
将ONBOOT=no修改为ONBOOT=yes
# reboot
(重启后)
# ip a...
分类:
其他好文 时间:
2014-11-23 16:02:43
阅读次数:
185
1)配置IP
编辑/etc/sysconfig/network-scripts/ifcfg-eth0(不同的网卡为ifcfg-eth?)
a)静态IP
DEVICE=eth0
HWADDR=00:0C:29:F3:13:87
TYPE=Ethernet
UUID=24b0bad9-c606-4498-a03a-65afa7d5ce63
...
分类:
其他好文 时间:
2014-11-23 13:09:33
阅读次数:
182
蓝色部分为文件的内容,橙色部分为新加的启动项目
[root@master bin]# cat /etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in her...
分类:
Web程序 时间:
2014-11-21 18:50:32
阅读次数:
166
"22994 : Error:Unable to create Java VM" This error usually means that the PATH and the CLASSPATH environment ?variables are not set properly. Delete ini file for Vugen: a. Shutdown ?Vugen. b. G...
分类:
编程语言 时间:
2014-11-21 16:49:19
阅读次数:
142
一、samba服务器的安装1、配置IP地址vi/etc/sysconfig/network-scripts/ifcfg-eth0文件2、配置本地YUM源3、安装samba服务器[root@redhat/]#yuminstall-ysamba.i686二、samba服务器的配置两种访问模式:匿名访问和用户访问1、匿名访问1.1配置samba配置文件修改文件/etc/samba/sm..
分类:
其他好文 时间:
2014-11-21 16:41:11
阅读次数:
196
RedHat5配置网卡过程:1.vi/etc/sysconfig/network-scripts/ifcfg-eth02.将hdcp修改成static3.最后添加IPADDR=192.168.1.~(根据子网掩码设置)NETMASK=255.255.255.0(设置与本机一致)4.service n...
分类:
其他好文 时间:
2014-11-21 15:47:46
阅读次数:
170
Up to Nov 21,2014, the latest version of DB Query Analyzer is 6.02. In 6.02, if you selected the option 'SQL Schedule Reconnect' in window configurations, the Schedule SQL scripts will be executed as long as the Database Server is in use, even though the D...
分类:
数据库 时间:
2014-11-21 09:10:49
阅读次数:
372
主要功能包括gradle多项目构建,jetty运行插件,自动打包jar,eclipse自动运行,
所有命令我都在每个项目的scripts目录下面创建了bat文件
包括打包,eclipse打包,jetty运行等常用命令
使用时执行命令即可
下载项目后,看README.md操作即可搭建项目
项目地址:https://github.com...
分类:
其他好文 时间:
2014-11-20 20:29:10
阅读次数:
164
安装:pip install virtualenv建立一个文件夹。进入,输入以下命令创建一个虚拟环境virtualenv venv激活虚拟环境venv\scripts\activate安装flaskpip install Flask退出虚拟环境venv\scripts\deactivate
分类:
其他好文 时间:
2014-11-20 20:11:46
阅读次数:
269