自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 资源 (65)
  • 收藏
  • 关注

转载 GET vs. POST

http://www.w3school.com.cn/php/php_forms.aspGET vs. POSTGET 和 POST 都创建数组(例如,array( key => value, key2 => value2, key3 => value3, ...))。此数组包含键/值对,其中的键是表单控件的名称,而值是来自用户的输入数据。GET 和 POST 被视作 $_GET

2016-12-31 09:40:37 206

原创 php中的界定符

<?phpecho "hello";echo <<<strthis is mengtianwxsstr?>界定符由

2016-12-30 20:12:20 719

原创 flask相关资料

http://dormousehole.readthedocs.io/en/latest/quickstart.html#id7

2016-12-27 14:07:57 456

原创 pyqt4连接sqlite数据库并通过qtableview显示出来

from PyQt4.QtCore import *from PyQt4.QtGui import *from PyQt4.QtSql import *import sysdb=QSqlDatabase.addDatabase("QSQLITE")db.setDatabaseName('./a.db')if db.open():    print "db is op

2016-12-19 23:09:21 6978

原创 pyqt4的一些相关资料整理

1 python qt gui 源代码下载2 qt资料大全下面的书籍截取自qt资料大全网页,仅供参考书籍《QmlBook》 - A Book about Qt5:英文版:http://qmlbook.github.io中文版:https://github.com/cwc1987/QmlBook-In-Chinese书名:《C++ Primer

2016-12-19 22:07:27 1414

原创 pyqt4之sqlite数据库连接测试

2016-12-19 20:15:27 727

原创 用eric6开发pyqt4程序测试

# -*- coding: utf-8 -*-"""Module implementing Form."""import sysfrom PyQt4.QtGui import QWidgetfrom PyQt4.QtCore import SIGNALfrom PyQt4.QtGui import QApplicationfrom Ui_main import Ui_Form

2016-12-18 17:06:59 810

原创 pyqt4的一些widget

2016-12-18 16:27:01 368

原创 pyqt4 QDial QSpinBox

from PyQt4.QtCore import *from PyQt4.QtGui import *import sysclass FF(QDialog): def __init__(self,parent=None): super(FF,self).__init__(parent) dial=QDial() dial.setNot

2016-12-14 16:41:43 1341

原创 ubuntu安装uvlayout

参考文章参考文章参考文章1. Decide where you want to keep UVLayout, usually /usr/local/, then add these lines to ~/.login for csh/tcsh shell users ...setenv HEADUS_HOME /usr/local/uvlayout-proset pa

2016-12-08 23:25:15 464

原创 ubuntu安装maya2012整理

maya官网下载地址https://knowledge.autodesk.com/zh-hans/support/maya?sort=score参考文章1参考文章2参考文章3参考文章5参考文章4问题 该信息是因为没有安装64位的libXp.so.6动态链接库,解决办法是到http://rpmfind.net/linux/rpm2html/search.php?query=l...

2016-12-08 19:34:06 1471

原创 pyautocad+openpyxl实例二

from pyautocad import Autocadimport openpyxlimport sysreload(sys)sys.setdefaultencoding('utf-8')wb=openpyxl.load_workbook('./aabb.xlsx')sheet=wb.get_sheet_by_name('Sheet1')data=[]acad=Autoc

2016-12-05 16:08:11 1456

原创 pyautocad+openpyxl简单的处理一下cad文件

from pyautocad import Autocadimport openpyxlwb=openpyxl.load_workbook('./cads.xlsx')sheet=wb.get_sheet_by_name('Sheet1')data=[]pset=[]acad=Autocad(create_if_not_exists=True)acad.prompt('he

2016-12-05 14:47:23 3118

原创 ubuntu下的chm阅读器

sudo apt-get install kchmviewer,

2016-12-04 14:31:46 330

原创 python的装饰器

@staticmethod方法就是一个简单的装饰器详见《核心编程》P275页。

2016-12-03 12:01:02 242

原创 pyqt4简易的计算器

今天参考书中的实例。做了一个小型的计算机。效果如下:

2016-12-02 20:13:38 540

转载 解决Python2.7的UnicodeEncodeError: ‘ascii’ codec can’t encode异常错误

http://wangye.org/blog/archives/629/代码上面应该没有什么问题,Python使用的是版本2.7,但是在运行的时候出现了异常错误UnicodeEncodeError:Traceback (most recent call last): File "makedb.py", line 33, in main() File "makedb

2016-12-02 10:53:30 392

ffmpeg cmake opencv use

ffmpeg cmake opencv use

2022-10-31

openCV 4.6.0 source+exe

openCV 4.6.0 source+exe

2022-10-29

pandoc 2.18 实现markdown转html

pandoc 2.18 实现markdown转html

2022-08-28

cmake-3.21.1-windows-x86_64

cmake-3.21.1-windows-x86_64

2022-03-13

zipspacemacsfile

zipspacemacsfile

2022-03-07

spacemacs配置 包含.emacs.d 目录 和 .spacemacs 配置文件

spacemacs配置 包含.emacs.d 目录 和 .spacemacs 配置文件

2022-02-25

youcompleteme file插件下载之后的完整包

youcompleteme file插件下载之后的完整包

2022-02-24

CMake3.23.0 win

CMake3.23.0 win

2022-02-22

ch340 usb-rs232驱动

ch340 usb-rs232驱动

2022-02-22

libclang13.0

libclang13.0

2022-02-22

VLD内存泄露检测工具

VLD内存泄露检测工具

2022-01-19

winstroreforwin10ltsc.7z

win10ltsc 21h2版应用商店安装

2022-01-07

npp.8.1.5.Installer.exe.zip

npp 8.1.5

2021-10-07

notepad.7z 一种文本编辑器

notepad.7z 一种文本编辑器

2021-09-25

PCL-1.8.1-AllInOne-msvc2017-win64.7z

PCL-1.8.1-AllInOne-msvc2017-win64.7z

2021-08-27

PCL-1.8.1-AllInOne-msvc2017-win32.exe

PCL-1.8.1-AllInOne-msvc2017-win32.exe

2021-08-27

nethack-366-win-x86.zip

winban

2021-08-26

qt-opensource-windows-x86-5.14.2.7z.002

qt-opensource-windows-x86-5.14.2.7z.002 一共3部分

2021-08-26

qt-opensource-windows-x86-5.14.2.7z.001

qt-opensource-windows-x86-5.14.2.7z.001 一共3部分

2021-08-26

qt-opensource-windows-x86-5.14.2.7z.003

qt-opensource-windows-x86-5.14.2.7z.003 一共3部分

2021-08-26

blender-2.82a-windows64.7z.002

blender

2021-08-26

blender-2.82a-windows64.7z.001

分割成2部分blender-2.82a-windows64.7z.001 blender-2.82a-windows64.7z.002一同下载

2021-08-26

blender 2.72

blender-2.79b-windows64.msi

2021-08-26

PCL-1.12.0-AllInOne-msvc2019-win64.exe

pcl点云库

2021-08-24

qhull-2020.2.zip

qhull

2021-08-24

DF.7z df_47_05_win版

df_47_05_win版

2021-08-24

openni.7z x64 x86

openni 2.2.0

2021-08-23

cmake.7z 3.21.1 windows

cmake 3.21.1

2021-08-23

VTK 8.2.0 visualization toolkit

vtk8.2.0 由于其他网络通信慢

2021-08-23

exwinnerplus.7z

exwinner增加插件 由(python3.9 win10 64位环境 开发)

2021-06-17

Desktop.zip

libcrypto-1_1-x64 libssl-1_1-x64这两个dll文件

2021-04-22

vlc-3.0.12-win64.exe

官方网站的资源下载速度有点慢,Downloading VLC 3.0.12 for Windows 64 bits https://get.videolan.org/vlc/3.0.12/win64/vlc-3.0.12-win64.exe

2021-01-22

nethack-366-src.tgz

nethack-366-src.tgz nethack源码安装在opensuse上时遇到了错误可以参考https://mp.csdn.net/console/editor/html/90115924这文章

2020-09-27

nethack-362-src.tgz

nethack-362-src.tgz nethack源码安装在opensuse上时遇到了错误可以参考https://mp.csdn.net/console/editor/html/90115924这文章

2020-09-23

cgoban 1.9.13

cgoban linux下的围棋软件。版本号 1.9.13是一款基于gnu go 开源的gui界面的软件。openSUSE Tumbleweed安装CGoban程序可以参考此文章。https://mp.csdn.net/console/editor/html/103935979

2020-09-22

libXp so文件

linux 安装maya libxp so linux 安装maya libxp so linux 安装maya libxp so linux 安装maya libxp solinux 安装maya libxp solinux 安装maya libxp solinux 安装maya libxp so

2017-09-04

iphlpapi riched20 dll文件

ubuntu下通过wine安装qq之后无法输入帐号所需要的文件

2017-02-07

jquery chm and jquery dw plus

jquery chm and jquery dreamweaver cs4 plus

2017-01-18

sip for python

One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as Python extension modules. Such extension modules are often called bindings for the library. SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code. The specification files contains a description of the interface of the C or C++ library, i.e. the classes, methods, functions and variables. The format of a specification file is almost identical to a C or C++ header file, so much so that the easiest way of creating a specification file is to edit the corresponding header file. SIP makes it easy to exploit existing C or C++ libraries in a productive interpretive programming environment. SIP also makes it easy to take a Python application (maybe a prototype) and selectively implement parts of the application (maybe for performance reasons) in C or C++.

2016-11-24

teighafileconverter

linux 32位

2016-11-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除