表格是可以接受中文的;类型也是nvarchar的;还是出现写中文变问号??这时候请加入转义大写N;如:原查询语句:insert into table1(name) value('蜘蛛侠')修改后的语句:insert into table1(name) value(N'蜘蛛侠')
分类:
数据库 时间:
2015-10-17 06:58:58
阅读次数:
194
Linux下php安装Redis扩展注意:目录的权限 chomd 777 -R 1、安装redis下载:https://github.com/nicolasff/phpredis/archive/2.2.4.tar.gz上传phpredis-2.2.4.tar.gz到/usr/local/src.....
分类:
Web程序 时间:
2015-10-17 06:59:37
阅读次数:
149
故事开始。。。缘由:13年底,我的老爸在一次饭局上结识了一个女性朋友,不久就被那位女性朋友拉进了一个比较有名的传销公司,主要是做保健品的。公司运营模式就是交高额的入会费,听课培训,卖贵得离谱的产品,发展下线,赚下线提成,自己也能获得公司产品的折扣价老爸瞒着我和老妈,和姑姑堂哥偷偷投资了30万进去,1...
分类:
其他好文 时间:
2015-10-17 06:59:44
阅读次数:
226
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:
其他好文 时间:
2015-10-17 06:59:12
阅读次数:
152
http://www.cnblogs.com/Michael_z/category/322108.htmlhttp://www.cnblogs.com/westmoon/archive/2012/09/06/2673868.htmlhttp://www.cnblogs.com/Michael_z/c...
分类:
其他好文 时间:
2015-10-17 06:59:40
阅读次数:
134
错误处理在编程中是很重要的,可以在调试,发布的时候少了很多麻烦,以往在做软件的时候总是少了错误处理,导致用户用来莫名其妙,在查找问题的时候也是没有头绪最近在总结一些错误处理技巧,总共有这么一些方法:1.LOGlog在关键的时刻可以救命的东西,因此我一直提议组里的人多使用log,但是log记多了也不好...
分类:
其他好文 时间:
2015-10-17 06:57:51
阅读次数:
133
The general approach most computer vendors take to battery conservation is to design the CPU,memory, and I/O devices to have multiple states: on, slee...
分类:
其他好文 时间:
2015-10-17 06:56:29
阅读次数:
172
上一次粗略地读了一下TableInfo这个类,了解了一下ActiveAndroid中注解的使用方法,算是一个预热,这一篇,从正常的顺序开始。 所以,这次从ActiveAndroid的初始化开始阅读。public class Application extends android.app.App...
分类:
移动开发 时间:
2015-10-17 06:56:47
阅读次数:
276
//1.加载dll,调用winform窗体,使用指定构造函数param{$filePath=""}[void][reflection.assembly]::LoadFile($filePath)$a=New-Object namespace.classctor(args)$a.DoSth()
课时11动态方法调用 如果Action中存在多个方法时,可以使用!+方法名调用指定方法。(不推荐使用)1 public String execute(){2 setMsg("execute");3 return "success";4 }5 6 ...
分类:
其他好文 时间:
2015-10-17 06:57:26
阅读次数:
174
XCode版本:7.0.1其实插件的使用,如果能得到直接的xclugin后缀文件,是可以直接放置在隐藏文件夹中:/Users/HeYang/Library/Application Support/Developer/Shared/Xcode/Plug-ins1、highlight-Plugin.xc...
分类:
其他好文 时间:
2015-10-17 06:55:26
阅读次数:
213
定位到:Windows→Preferences→Java→Editor→Content Assist将Auto Activation triggers for java的默认值“.”修改为".abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"。
分类:
系统相关 时间:
2015-10-17 06:56:33
阅读次数:
214
前言 现在,很多人手上都有一两个电子设备,但是却很少有人清楚其中比较关键的部分(PCB电路板)是如何制作出来的。我虽然懂点硬件,但是之前设计的简单系统都是自己在万能板上用导线自己焊接的(如下图左),复杂的都是模块拼接的(如下图右): 工作中原理图和PCB也有专门的工程师来制作,因此我对这一...
分类:
其他好文 时间:
2015-10-17 06:56:55
阅读次数:
770
How?to?recover?files?I?deleted?now?by?running?rm?*??[duplicate]
This?question?already?has?an?answer?here:
Recovering?accidentally?deleted?files?7?answers
By?mistake?I?ran...
分类:
其他好文 时间:
2015-10-17 01:56:52
阅读次数:
512
网上大多数介绍Apache Shiro的资料都是使用ini文件的简单配置为例,很少用讲到如何配合数据库来实现用户认证的。我也是刚刚开始接触Shiro,在这里介绍一个入门级别的Shiro+Mysql的配置方法,这个方法仅仅是个开始,并没有和Web,Spring,Mybatis等框架进行整合,后续我还会继续和大家分享我的学习过程及心得。 now we can start the things that...
分类:
数据库 时间:
2015-10-17 01:52:55
阅读次数:
413
LeetCode -- Palindrome Partitioning...
分类:
其他好文 时间:
2015-10-17 01:52:22
阅读次数:
209