码迷,mamicode.com
首页 >  
搜索关键字:run    ( 19056个结果
Dawn 简单使用
1. install npm install dawn -g 2. create project # 1. Create & Initialize $ dn init -t front # 2. Development & Real-time compilation $ dn dev # 3. Li ...
分类:其他好文   时间:2017-11-04 00:17:46    阅读次数:137
开始Flask项目
新建Flask项目。 设置调试模式。 理解Flask项目主程序。 使用装饰器,设置路径与函数之间的关系。 使用Flask中render_template,用不同的路径,返回首页、登录员、注册页。 用视图函数反转得到URL,{{url_for(‘login’)}},完成导航条里的链 from flas ...
分类:其他好文   时间:2017-11-04 00:11:41    阅读次数:104
aop concepts
5.1.1. AOP concepts Let us begin by defining some central AOP concepts and terminology. These terms are not Spring-specific…? unfortunately, AOP termi ...
分类:其他好文   时间:2017-11-04 00:06:56    阅读次数:167
vector函数
A vector is like an array of T, but supports copying, assignment, and comparison. Its size can be set and changed at run time, and it can efficiently ... ...
分类:其他好文   时间:2017-11-04 00:00:54    阅读次数:331
异常解决com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
21:37:08,815 DEBUG BasicResourcePool:1831 - An exception occurred while acquiring a poolable resource. Will retry.com.mysql.jdbc.exceptions.jdbc4.Comm ...
分类:数据库   时间:2017-11-03 23:50:53    阅读次数:385
开始Flask项目
新建Flask项目。 设置调试模式。 理解Flask项目主程序。 使用装饰器,设置路径与函数之间的关系。 使用Flask中render_template,用不同的路径,返回首页、登录员、注册页。 用视图函数反转得到URL,{{url_for(‘login’)}},完成导航条里的链接。 from fl... ...
分类:其他好文   时间:2017-11-03 21:57:32    阅读次数:145
python数据分析入门笔记[1]
(五)读写SQL数据库 ps.数据库的代码是我直接从网络上粘贴过来的,没有测试过是不是可行,先贴上来。 数据库我还在摸索中,学习心得学习笔记之类的大家可以一起分享23333~ (二)数据排序(用的是tips.csv的数据,数据来源:https://github.com/mwaskom/seaborn ...
分类:编程语言   时间:2017-11-03 21:57:12    阅读次数:263
ubuntu下安装myeclipse+破解
1.给myeclipseInstaller.run权限 2.安装(结束时不启动,去掉√) 3.破解(在破解工具的文件夹里,也就是jar cracker.jar目录下)打开终端 4.会生成图形化界面 (1)usercode随便填写一个,后面默认的professional即可,然后点击systemid( ...
分类:系统相关   时间:2017-11-03 20:25:43    阅读次数:194
docker基本命令
运行交互式的容器: [root@elk02 ~]# docker run -i -t ubuntu:15.10 /bin/bash # root@66d539b6313e:/# ls bin boot dev etc home lib lib64 media mnt opt proc root ru ...
分类:其他好文   时间:2017-11-03 20:17:42    阅读次数:221
vue 短信验证码
Vue.component('timerBtn',{ template: '<button v-on:click="run" :disabled="disabled || time > 0">{{ text }}</button>', props: { second: { type: Number, ...
分类:其他好文   时间:2017-11-03 19:11:43    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!