08 2015 档案

摘要:1.8编写一个统计空格,制表符与换行符个数的程序 1 #include 2 main(){ 3 int c,nl,tl,kl; 4 nl=tl=kl=0; 5 6 while( (c=getchar()) != EOF ){ 7 if(c=='\n') ... 阅读全文
posted @ 2015-08-16 16:55 金色元年 阅读(313) 评论(0) 推荐(0)
摘要:1.插件 (1) :angular插件 ng-file-upload (2) : nodejs插件connect-multiparty2.html3.配置var app = angular.module('fileUpload', ['ngFileUpload']);可以参考https://gith... 阅读全文
posted @ 2015-08-03 22:45 金色元年 阅读(1181) 评论(0) 推荐(0)
摘要:1.文件列表2.dTest01.html 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3.dTest01.js 1 angula... 阅读全文
posted @ 2015-08-01 22:58 金色元年 阅读(320) 评论(0) 推荐(0)