规划节点 安装 ubuntu 14.04 LTS 准备password-less SSH登录 建立 ssh-key 证书,切换到root 账户,使用命令 ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in w... ...
分类:
Web程序 时间:
2016-10-25 09:30:06
阅读次数:
305
In this lesson we will use Flexbox to scale a background image to fit on the screen of our React Native application. ...
分类:
其他好文 时间:
2016-10-25 07:43:00
阅读次数:
225
1、student.xml文件 2、student.xsd文件 3、country.css 4、hello.xml文件 5、student.dtd文件 ...
分类:
其他好文 时间:
2016-10-25 02:27:22
阅读次数:
186
这是《使用亚马逊的云服务器EC2做深度学习》系列的第二篇文章。 (一)申请竞价实例 (二)配置Jupyter Notebook服务器 (三)配置TensorFlow Jupyter Notebook是Python中的一个开源编辑器。它的主界面就是一个网页,可以在浏览器中远程执行程序。 同时它可以方便 ...
分类:
其他好文 时间:
2016-10-24 23:28:35
阅读次数:
248
一、存储过程 什么是存储过程 大多数SQL语句都是针对一个或多个表的单条语句。并非所有的操作都这么简单。 经常会有一个完整的操作需要很多条才能完成。 存储过程(Stored Procedure)是在大型数据库系统中,一组为了完成特定功能的SQL 语句集,存储在数据库中经过第一次编译后再次调用不需要再... ...
分类:
其他好文 时间:
2016-10-24 23:17:02
阅读次数:
368
1.音频 <audio controls> <source src="aaa.ogg" type="audio/ogg"> <source src="bbb.mp3" type="audio/mpeg">您的浏览器不支持 audio 元素。</audio> 在<audio> 与 </audio> 之 ...
分类:
Web程序 时间:
2016-10-24 20:38:38
阅读次数:
335
双向绑定这个特性有时让人又爱又恨 假设控制器 function($scope){ $scope.options = [{name:”alex”,id:232,…},{…},{…}…]; $scope.myModel = {name:”alex”,id:232}; } <select ng-model ...
分类:
其他好文 时间:
2016-10-24 14:02:21
阅读次数:
651
最近一个项目有获取手机短信跟邮箱验证码功能, 所以要加一个UIButton倒计时功能 例子代码如下: ...
分类:
其他好文 时间:
2016-10-23 18:04:14
阅读次数:
150
注释字符:/*注释内容*/ 输出语法: echo "hello","helloa";//print "world"; //print_r(); //输出数组信息//var_dump();//变量和类型 //变量定义//int float bool string//弱类型语言/*$a = 10;$b ...
分类:
Web程序 时间:
2016-10-23 09:42:19
阅读次数:
228