官方文档地址: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html 基本用法: 1. [self.student add ...
分类:
其他好文 时间:
2019-12-18 12:47:03
阅读次数:
81
gun glibc 信息查看方法 方式 共享库作为可执行文件,默认位置可能为/lib/libc.so.6信息如下: GNU C Library (GNU libc) stable release version 2.17, by Roland McGrath et al. Copyright (C) ...
分类:
系统相关 时间:
2019-12-18 11:14:58
阅读次数:
103
首先,去官网下载安装包。直接运行安装。安装完成后,启动器中会多两个应用程序IDLE和Python Launcher。 如果,你习惯在IDLE,直接运行即可。 但你在Terminal中运行python3的话,也可以运行。但mac把python3.8安装到了一个非常难找的位置:/Library/Fram ...
分类:
编程语言 时间:
2019-12-18 10:40:34
阅读次数:
611
依赖:fpdf.php 网址 为 http://fpdf.org/ 有文档和包 demo:step 1 : First download fpdf library class from here http://fpdf.org/step 2 : Take th ...
分类:
其他好文 时间:
2019-12-17 10:25:05
阅读次数:
80
1-打开quartus18.1,找到launch simultion library,生成VHDL VERILOG库 2-新建questasim工程,在mpf文件里添加: 并修改 Project_Sim_P_0 = -L {altera_lnsim_ver altera_mf_ver altera_ ...
分类:
其他好文 时间:
2019-12-17 00:46:18
阅读次数:
122
pip3installpsycopg2报错:ld:librarynotfoundfor-lssl解决参考:https://github.com/PyMySQL/mysqlclient-python/issues/169安装前定义这两个环境变量就好了exportLDFLAGS="-L/usr/local/opt/openssl/lib"exportCPPFLAGS="-
分类:
系统相关 时间:
2019-12-17 00:44:07
阅读次数:
129
官方介绍地址: https://docs.python.org/3.1/library/getopt.html 实用方向: 处理命令行参数的一个方法,简单好用。 方法: getopt模块总共有2个函数,分别为: getopt.getopt getopt.gnu_getopt 简单使用: getopt ...
分类:
编程语言 时间:
2019-12-16 19:28:36
阅读次数:
125