码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
OS + Linux RedHat 6 / redhat 6 configuration / configure / autoconf / make / make install
s These critical programs are missing or too old: as ld http://blog.csdn.net/testcs_dn/article/details/45437903 end ...
分类:系统相关   时间:2017-08-30 13:09:40    阅读次数:138
Python 图形界面元素
from tkinter import * import os def button_click1(): try: filePath = r'D:\MyDocument\Programs\Python\oprate_file_system' #打开指定路径 os.system("explorer.e... ...
分类:编程语言   时间:2017-08-30 00:46:46    阅读次数:246
win7 32位配置apache+wsgi+django环境
1下载xampp,里面有apache,mysql,phpmyadmin, 2 下载wsgi,http://download.csdn.net/download/copter/9192361 将对应的模块解压放到D:\programs\xampp\apache\modules 然后到D:\progra ...
分类:Windows程序   时间:2017-08-29 23:52:02    阅读次数:424
/*unfinished*/ Summaries and my Random Thoughts of Core Java (10th edition) by Cay S. Horstmann
Notes Emmmmm... I've already known that since my writing is awful and my intellect is ordinary, no one would ever like this article, which upsets me a ...
分类:编程语言   时间:2017-08-26 23:33:48    阅读次数:259
config OSX firewall programmatically
osx firewall configuration file is : /Library/Preferences/com.apple.alf.plist the default plist and firewall programs are under:/usr/libexec/Applicati ...
分类:其他好文   时间:2017-08-23 20:51:20    阅读次数:132
Spark基本概念
Spark基本概念 1.SparkContent a.Driver programs通过SparkContent对象访问Spark b.SparkContent代表和一个集群的链接 c.在shell中SparkContent对象自动创建好了,就是sc 2.Spark中的Shell 主要分为两种:py ...
分类:其他好文   时间:2017-08-22 12:31:29    阅读次数:149
IOS-企业开发人员账号&邓白氏码申请记录
Apple开发人员账号分三种,个人。公司,还有企业。个人和公司都称为标准账号。 另一种是教育机构的账号。 账号介绍 个人和公司的就不说了。如今仅仅说企业账号 首先是申请企业账号的地址: https://developer.apple.com/programs/ios/enterprise/ 帮助中心 ...
分类:移动开发   时间:2017-08-21 09:39:48    阅读次数:250
获取当前应用程序实例(instance:HINSTANCE)(转)
if using MFC AfxGetInstanceHandle(). For console programs, call GetConsoleWindow() to get the HWND then GetWindowLong() to get the HINSTANCE. For the ...
分类:其他好文   时间:2017-08-18 12:32:26    阅读次数:185
windows-x64下安装python3.6
1、下载python3安装包,注意要安装windowsx64的exe安装包。python-3.6.2-amd64.exe 2、设置window的环境变量:C:\Users\您设置的windows用户名\AppData\Local\Programs\Python\Python36 3、设置pychar ...
分类:编程语言   时间:2017-08-17 00:48:03    阅读次数:284
【Python地理数据处理】一、环境的搭建和准备(numpy,scipy,matplotlib)
本文主要总结《Python地理数据处理》一书中使用到的库及安装方法。在http://www.lfd.uci.edu/~gohlke/pythonlibs/可以下载到对应于python版本的各种库文件。 一、python 使用的为目前的最新版本3.6.2. 二、安装numpy,scipy,matplo ...
分类:编程语言   时间:2017-08-12 20:30:45    阅读次数:221
760条   上一页 1 ... 24 25 26 27 28 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!