上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 安装: 1、在run->cmd-> 输入 pip install jupyter <回车> 运行: 2、在cmd 环境下 输入 ipython notebook <回车> 停止: 按键:ctrl+C 安装类库: 在cmd环境下 输入 pip install 库名 回车 如:pip install r 阅读全文
posted @ 2018-01-22 09:03 winniez 阅读(1356) 评论(0) 推荐(0)
摘要: 由于没有正确安装fastreport组件,导致没法使用fastreport中的条码组件,如何解决:思路:1、虽然条码组件不能使用,但有fastreport中picture组件可用。2、查找可以生成一维码图片的组件。通过寻找找到了Barcode(下载)3、利用picture的filelink属性,在报 阅读全文
posted @ 2017-11-09 20:12 winniez 阅读(972) 评论(0) 推荐(0)
摘要: 手欠点击了Delete Invalid Paths按钮 随后编译代码出现: [dcc32 Fatal Error] Project1.dpr(1): F1027 Unit not found: 'System.pas' or binary equivalents (.dcu) 解决方法: 在IDE上 阅读全文
posted @ 2017-11-08 14:45 winniez 阅读(836) 评论(1) 推荐(1)
摘要: 1、向导(选项1"Forms Application",选项2"VCL application",选项3"TCP/IP Sample Methods",选项4"211",选项5"TDSServerModule")生成Server端文件。2、在Server端中的ServerMethodsUnit1单元 阅读全文
posted @ 2017-11-04 20:15 winniez 阅读(705) 评论(0) 推荐(0)
摘要: 报:[FireDAC][Phys][MySQL]-314. Cannot load vendor library [libmysql.dll or libmysqld.dll]. 系统找不到指定的文件。Hint: check it is in the PATH or application EXE 阅读全文
posted @ 2017-11-03 10:14 winniez 阅读(2223) 评论(0) 推荐(0)
摘要: Archiver是老外特为basic for android编写的压缩库,功能如下所示:1、提供了基本的支持zip,tar和gzip档案(包括targz)。2、它可以同步或异步方式压缩/解压缩文件(同时在后台任务)。3、这个库不支持加密(但您可以使用加密文件)。 目前版本是1.11 需要的网友,请在 阅读全文
posted @ 2017-11-03 08:47 winniez 阅读(565) 评论(0) 推荐(0)
摘要: 问题:如何从pc端下载已有的apk到移动终端设备(如android扫描设备)?实现对手持android设备的app进行安装, 方法: 1、编写download.php文件: <?php if( empty($_GET['FileName'])|| empty($_GET['FileDir'])|| 阅读全文
posted @ 2017-11-03 08:29 winniez 阅读(1412) 评论(0) 推荐(0)
摘要: 先下载: 1、https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/5.6.31/xampp-win32-5.6.31-0-VC11-installer.exe?from_af=true2、https://wordpress 阅读全文
posted @ 2017-10-24 16:26 winniez 阅读(330) 评论(0) 推荐(0)
摘要: jsbin.com提供简单、直观、易用的vue调试功能,最大的好处不需要自己搭建环境就可以学习VUE1、打开http://jsbin.com/joxinumota/edit?html,js,console,output2、点击“Add library”,直接键入vue,选择vue2.0.3,Html 阅读全文
posted @ 2017-10-21 08:25 winniez 阅读(9085) 评论(1) 推荐(0)
摘要: SONY的手机端 app:TrackID,是识别率很高的音乐识别软件,今天发现关闭了,取而代之的是zhazam。 网址:https://www.shazam.com/zh/apps 阅读全文
posted @ 2017-10-20 08:14 winniez 阅读(306) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页