#导入模块#coding=utf-8import mathprint math.pi#sys模块#coding=utf-8import sysprint sys.version#查看版本信息print sys.executable#查看当前目录运行的地址print sys.getwindowsver...
分类:
编程语言 时间:
2015-12-21 07:02:11
阅读次数:
146
import sys; print('%s %s' % (sys.executable or sys.platform, sys.version)) PyDev console: starting. C:\Python27\python.exe 2.7.10 (default, May 23 201...
分类:
Web程序 时间:
2015-12-11 22:09:24
阅读次数:
1357
ant编译时指定jdk的版本号系统的jdk版本号是1.6,而项目使用的jdk版本号是1.5。所以在编译时须要指定jdk的版本号为1.5,能够使用以下的方法为javac 任务指定fork和executable,是用指定编译器编译,这种方法更灵活,您甚至能够指定非sun公司的java编译器。详见:6.5...
分类:
其他好文 时间:
2015-12-10 15:05:34
阅读次数:
209
提示Theexecutablewassignedwithinvalidentitlements.(Theentitlementsspecifiedinyourapplication’sCodeSigningEntitlementsfiledonotmatchthosespecifiedinyourp...
分类:
其他好文 时间:
2015-12-05 17:23:21
阅读次数:
128
通过man man可查看man page的具体用法。 1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within...
分类:
其他好文 时间:
2015-12-03 00:08:07
阅读次数:
153
1. 在Python官网下载两个最新版本的Python安装包:www.python.org Windows x86-64 executable installer Windows x86-64 MSI installer分别安装在C:\Python35和C:\Python272.在Path环境变.....
分类:
编程语言 时间:
2015-11-24 22:58:34
阅读次数:
408
The identity used to sign the executable is no longer valid.
分类:
其他好文 时间:
2015-11-14 13:42:05
阅读次数:
129
大晚上装CocoaPods出现错误坑爹[!] Pod::Executable clone 'https://github.com/CocoaPods/Specs.git' masterxcrun: error: active developer path ("/Users/xiakejie/工具/X...
分类:
其他好文 时间:
2015-11-11 06:19:14
阅读次数:
175
[D:\workspace]$ vagrant ssh `ssh` executable not found in any directories in the %PATH% variable. Is an SSH client installed? Try installing Cygwin, MinGW or Git, all of which contain an S...
java环境以及环境变量已经配置好了 ? 错误如下 ? 解决问题如下 ????findstr??找不到的那个?要在?PATH?中?加上%SystemRoot%\system32;%SystemRoot%; 答案是群里一小伙伴搞定的? 此为记录解决方案...
分类:
编程语言 时间:
2015-11-09 12:52:42
阅读次数:
247