上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 66 下一页
摘要: /** * * @desc 设置左边图标 * @param @param drw * @return void */ public void setAlertLeftIcon(Drawable drw){ drw.setBounds(0,... 阅读全文
posted @ 2015-05-26 17:01 yshy 阅读(950) 评论(0) 推荐(0) 编辑
摘要: 符合条件进行更新操作,不符合则进行插入操作.merge into myd_nsrdt nusing (select '9'as mydtmid,'1'as tmtype,'370200123456788'as nsrsbh,'' as nsrmc, 'sn' as region,4 as pf,'... 阅读全文
posted @ 2015-05-26 08:44 yshy 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1:从GitHub上下载最新版androidannotations-api-3.3.1.jar2:新建Module:my-aa-test3:将androidannotations-api-3.3.1.jar拷贝到模块libs目录下面4:修改工程下面的build.gradle配置文件内容:主要增加了以... 阅读全文
posted @ 2015-05-23 22:25 yshy 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 1:db.collection.remove()与db.collection.drop()的比较插入100万条测试数据for(var i=0;itimeRemoves()用时:5398毫秒方法2test>db.tester.drop()true瞬间完成2:修改器的使用(1)$inc用来增加已有键的值... 阅读全文
posted @ 2015-05-22 08:16 yshy 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 以博文与评论为例,博文有标题内容,对应多个评论,评论有评论人、评论内容等。(1)插入一条博文:db.blog.insert( {'_id':'11','title':'this is blog title1','content':'this is blog content1'})(2)更新一条... 阅读全文
posted @ 2015-05-21 17:09 yshy 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 1:安装karmay@y:~$ npm install --global karma2:安装karma插件y@y:~$ npm install --global karma-jasmine karma-chrome-launcher运行Karma:y@y:~$ .npm-packages/lib/... 阅读全文
posted @ 2015-05-20 16:01 yshy 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 在Android平台上使用:$cordovaFileTransfer进行文件下载时提示:cordova.file.documentsDirectory is null,查了以下文档参照:http://ngcordova.com/docs/plugins/file/,documentsDirector... 阅读全文
posted @ 2015-05-20 11:07 yshy 阅读(1944) 评论(1) 推荐(0) 编辑
摘要: test>use adminswitched to db adminadmin>db.addUser('yshy','yshy'){ "user" : "yshy", "readOnly" : false, "pwd" : "2059c25b25df531e... 阅读全文
posted @ 2015-05-16 10:23 yshy 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 提示35729端口被占用,使用lsof命令进行查看:y@y:yo-test$ lsof -i :35729COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEchrome 22141 y 213u IPv4 230517 ... 阅读全文
posted @ 2015-05-15 11:09 yshy 阅读(2304) 评论(0) 推荐(0) 编辑
摘要: 解决方法参照:http://stackoverflow.com/questions/29896158/load-image-using-ng-src-in-android-ionic-aplication步骤:(1)安装 cordova-plugin-whitelisty@y:myapp1$ cor... 阅读全文
posted @ 2015-05-14 11:27 yshy 阅读(1281) 评论(1) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 66 下一页