经典SQL语句大全一、基础1、说明:创建数据库 CREATE DATABASE database-name 2、说明:删除数据库 drop database dbname3、说明:备份sql server --- 创建 备份数据的 device USE master EXEC sp_addumpde...
分类:
数据库 时间:
2014-09-22 15:26:32
阅读次数:
339
最近一段时间公司vst平台迁移,之前就闲着写写一些界面的实现,看了下美团的效果,觉得比较清晰,仿写了一些,供各位吧友吐槽,大家一起学习一下吧。device-2014-08-22-111542.png(66.89 KB, 下载次数: 0)device-2014-08-22-111557.png(37....
分类:
移动开发 时间:
2014-09-22 14:04:42
阅读次数:
214
通过挂载的方式在原有目录或新建目录改造
如:
[root@luozhonghua /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_luozhonghua-lv_root
21G 4.1G 16G ...
分类:
其他好文 时间:
2014-09-21 03:10:10
阅读次数:
176
linux kernel 3.4.5的板子插入USB鼠标,出现例如以下错误LOG:[ 191.177508] Plug in USB Port2[ 191.363516] usb 1-1: new full speed USB device number 10 using Mstar-ehci-2[...
分类:
其他好文 时间:
2014-09-20 18:25:49
阅读次数:
152
Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种:1、mapper.xml中没有加入namespace2、mapper.xml中的方法和接口mapper的方法不对应3、mapper.xml没有加...
分类:
移动开发 时间:
2014-09-19 17:14:25
阅读次数:
272
不能加载或找不到 org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner$1
经查证,是mybatis-spring-xxx.jar 这个版本不匹配,可以试试
mybatis-spring-1.1.1.jar
mybatis-spr...
分类:
移动开发 时间:
2014-09-19 16:55:15
阅读次数:
259
全局内存版 1 #include 2 #include 3 #include "cuda.h" 4 #include "cuda_runtime.h" 5 #include "device_launch_parameters.h" 6 //检查CUDA运行时是否有错误 7 void checkC.....
分类:
其他好文 时间:
2014-09-19 13:35:25
阅读次数:
247
1.修改alps/meidatek/config/xxx/ProjectConfig.mk下的MTK_PRODUCT_LOCALS,去掉不用的资源,比如屏幕密度或语言等.
2. nodpi和mipmap的相关resource因其特殊作用会被保留
PS:
nodpi: resource不会根据device density做scaling
mipmap:提供与device d...
分类:
其他好文 时间:
2014-09-19 12:07:55
阅读次数:
171
fastboot 是android 默认的一种debug 方法,它的好处是在进入linux kernel 之前即可操作。
默认fastboot 支持的命令:
usage: fastboot [ ]
commands:
update reflash device from update.zip
flasha...
分类:
其他好文 时间:
2014-09-19 12:07:25
阅读次数:
1343
niujie@ubuntu:~$ cat /etc/fstab# /etc/fstab: static file system information.## Use 'blkid' to print the universally unique identifier for a# device; t...
分类:
其他好文 时间:
2014-09-19 10:05:35
阅读次数:
182