两周工作分五个部分
一:申请微软Azure资源
通过和导师数次邮件沟通,申请下了世纪互联运营的 Windows Azure beta 试用。
账号为cloud0920@ucasevan.partner.onmschina.cn
二:研究Azure虚拟机和存储服务的使用
虚拟机的使用在下一周周报中描述。
存储服务的使用:
如第一周的周报所述,Az...
分类:
Web程序 时间:
2014-08-05 19:35:40
阅读次数:
304
package concurrency;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class Storage { private int capacity; ...
分类:
编程语言 时间:
2014-08-05 10:47:39
阅读次数:
322
windows Azure 的虚拟机的ip是会变化的,比如你关机。所以绑定域名用A记录就不太可靠。你新建虚拟机的同时,也会新建一个云服务,给你一个类似XX.cloudapp.net的二级域名。这样你可以用CName,也就是域名别名来指向XX.cloudapp.net来达到绑定域名的目的。我的新域名 ...
Embodiments discussed in this disclosure provide an integrated provisioning framework that automates the process of provisioning storage resources, en...
分类:
其他好文 时间:
2014-08-05 00:29:38
阅读次数:
354
Solid-state storage management for a system, the management including establishing, externally to a solid-state storage board, a correspondence betwee...
分类:
其他好文 时间:
2014-08-05 00:24:28
阅读次数:
462
##Manage Kernel Modules display modules >lsmod Check modules parameters >modinfo -p usb_storage|st|sc8 Load modules >modprobe usb_storage|st|sc8 Rmove mdules > rmmod usb_storage|st|sc8 ###Set defau...
分类:
其他好文 时间:
2014-08-04 14:47:07
阅读次数:
247
前段时间领导希望我将我们的产品部署到微软azure云试试看,并且已经与微软的销售联系,获得了一个azure云的测试帐户。于是我试用了下azure云。 首先是访问微软销售给的链接,输入登录信息,然后要求输入一些个人信...
分类:
其他好文 时间:
2014-08-04 14:46:11
阅读次数:
176
----formshownewpath:=‘/storage/sdcard0/DCIM/100ANDRO/GRJKDAGLGXYSF‘;ifnotTDirectory.Exists(newpath)thenbeginTDirectory.CreateDirectory(newpath);//Createafolderend;newpath:=newpath+‘/‘;----存入本机varfilename:string;newfile:Tfilestream;beginfilename:=‘update..
分类:
移动开发 时间:
2014-08-04 14:42:27
阅读次数:
256
常用权限:读写存储卡装载和卸载文件系统 android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_EXTERNAL_STORAGE android.permission.MOUNT_UNMOUNT_FILESYSTEMS 网络...
分类:
移动开发 时间:
2014-08-04 13:39:17
阅读次数:
362
在使用mysqldump命令备份整个数据库的时候,报错如下:
mysqldump: Couldn't execute 'SHOW TRIGGERS LIKE 'userlog'': Got error 28 from storage engine (1030)
查看磁盘空间
[root@localhost~]# df -h
文件系统 容量 ...
分类:
数据库 时间:
2014-08-04 11:02:07
阅读次数:
243