views Windowing views provides support for creating dialog boxes and other kinds of windows through its Widget object. The developer creates a WidgetD ...
Django JSON RPC =============== " " A basic JSON RPC Implementation for your Django powered sites. Features: Simple, pythonic API Support for Django a ...
分类:
Web程序 时间:
2018-12-05 02:19:39
阅读次数:
352
错误信息 requests.exceptions.MissingSchema: Invalid URL 'xxxxxxxxxxxxx': No schema supplied. Perhaps you meant xxxxxxxxxxxxx 解决方法: 在URL前加上‘http:’ 字段 ...
分类:
其他好文 时间:
2018-12-05 02:17:32
阅读次数:
589
一、 console.log(data) var data = "aaa"; var obj={ data:"bbb", prop:{ data:"ccc", fn:function(){ return this.data } } } console.log(obj.prop.fn()) var t ...
分类:
其他好文 时间:
2018-12-05 02:06:51
阅读次数:
211
iTunes在mac下备份默认路径/Users/zhanglu/Library/Application\Support/MobileSync/Backup/#这种情况下是已经使用iTunes备份过的准备一个U盘格式化成DATAmkdir/Volumes/DATA/MobileSync#DATA是U盘是mac格式MobileSync文件夹我们要把U盘作为主写盘,首先删除iTunes默认路径下Mobi
分类:
系统相关 时间:
2018-12-04 19:06:09
阅读次数:
465
WEEK 7 Support Vector Machines Support vector machines, or SVMs, is a machine learning algorithm for classification. We introduce the idea and intuiti ...
分类:
其他好文 时间:
2018-12-03 15:35:07
阅读次数:
130
Android H5调起原生微信或支付宝支付 WebView调用原生微信或支付宝回调:其原理就是在shouldOverrideUrlLoading(final WebView view, String url)方法中进行拦截处理。 由于支付宝的取消支付之后跳转的页面显示不太友好,所以集成支付宝SDK ...
分类:
微信 时间:
2018-12-03 14:05:52
阅读次数:
339
Week Six F Score $$\begin{aligned} P &= &\dfrac{2}{\dfrac{1}{P}+\dfrac{1}{R}}\\ &= &2 \dfrac{PR}{P+R} \end{aligned}$$ Week Seven Support Vector Machin ...
分类:
系统相关 时间:
2018-12-03 11:14:33
阅读次数:
141
由于作者不习惯该编辑器,只是将本文的截图贴了出来,详文见:https://www.yuque.com/docs/share/4a7d018b-29a9-4eae-b5fa-4643d7352406
分类:
其他好文 时间:
2018-12-03 11:12:58
阅读次数:
142
当时查阅了很多的百度文档,发现一些写的不太清楚,整理后,做个备忘录。由于已经整理好,部分图片没有截图,借助的网上的图片。 首先,进入MySQL 8.0Command Line Client -Unicode,输入密码,登录进去。 然后,在命令行输入:ALTER USER 'root'@'localh ...
分类:
数据库 时间:
2018-12-02 22:32:05
阅读次数:
351