初看到题目大家怎么个反应啊,哇塞,这么多啊,可是看完这节课程之后,你会发现这些功能不过如此。 1》移动 translate(x, y) 简单的说明一下 ,X 左右偏移量 Y 上下偏移量 说白了,就是说,假如原先的坐标在 (0,0) 那么 使用 translate(100,100) 之后,坐标就到 ( ...
分类:
Web程序 时间:
2017-05-31 14:16:34
阅读次数:
202
----恢复9月6号完全备份 RESTORE DataBase [DB] From Disk='D:\BackUp\DB_FULL20150906.BAK' with NORECOVERY, Move 'DB' to 'D:\SQLData\DB_Data.MDF',Move 'DB_log' to... ...
分类:
其他好文 时间:
2017-05-31 11:58:33
阅读次数:
202
在真机上測试时用一会就出现例如以下信息,且应用挂掉。 Restore the connection to "“XXX”的 iPod" and run "XXX" again, or if "XXX" is still running, you can attach to it by selectin ...
分类:
移动开发 时间:
2017-05-29 17:23:10
阅读次数:
180
iptables规则不保存,一旦机器重启规则就清空了,所以需要保存: iptables-save >/etc/iptables-script vi /etc/rc.local 然后在文件中输入: /sbin/iptables-restore /etc/iptables-script 参考自:http ...
分类:
其他好文 时间:
2017-05-28 18:03:06
阅读次数:
172
// // ControlView.h // HomeworkGestureRecognizer // // Created by lanouhn on 14-8-27. // Copyright (c) 2014年 vaercly@163.com 陈聪雷. All rights reserved. ...
分类:
其他好文 时间:
2017-05-27 17:04:06
阅读次数:
236
virtualenv is a tool to create isolated Python environments. 建立一个新的环境 Before we do anything else we'll create a new virtual environment, using virtual ...
第九章、文件与文件系统的压缩与打包 1. 压缩文件的用途与技术 2. Linux 系统常见的压缩命令 2.1 compress 2.2 gzip, zcat 2.3 bzip2, bzcat 3. 打包命令: tar 4. 完整备份工具:dump, restore 5. 光盘写入工具 5.1 mki ...
分类:
其他好文 时间:
2017-05-24 23:58:24
阅读次数:
441
CANVAS 您的当前浏览器版本不支持canvas标签 ...
分类:
其他好文 时间:
2017-05-23 13:17:09
阅读次数:
132
Saver的作用是将我们训练好的模型的参数保存下来,以便下一次继续用于训练或测试;Restore的用法是将训练好的参数提取出来。 1.Saver类训练完后,是以checkpoints文件形式保存。提取的时候也是从checkpoints文件中恢复变量。Checkpoints文件是一个二进制文件,它把变 ...
分类:
其他好文 时间:
2017-05-19 15:40:57
阅读次数:
190