intellij idea 14 插件IdentifierHighlighter 报错 Could not save application settings 解决办法!...
分类:
移动开发 时间:
2014-11-14 09:18:20
阅读次数:
276
#!/bin/sh
BEG=`date --date '-7 days' +%Y%m%d`
END=`date --date '-1 days' +%Y%m%d` #BEG='20140509'
#END='20140515' LOG="init-search'-$BEG-$END'.log"
sh...
分类:
其他好文 时间:
2014-11-13 18:30:53
阅读次数:
176
刚接触iOS,按照教程操作运行出现错误
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Cell - must register a nib or a class for the ident...
分类:
移动开发 时间:
2014-11-13 12:59:59
阅读次数:
311
在这之前,需要大家了解几个问题,一个是SID,一个是账号的F值。Windows账户的SID在Windows系统中,系统会为每个用户账户建立一个唯一的安全标识符(Security Identifier,SID),在Windows系统的内部核心,都是利用SID而不是用户的账户名称来表示或识别每个用户的。...
1.。。。identifier of an instance of org.szgzw.ent.profile.baseinfo.enterprise.EnterpriseEntity was altered from 2c90e4da49514c750149515eb56f0003 to undefined; nested exception is org.hibernate.Hibernate...
分类:
编程语言 时间:
2014-11-12 19:44:45
阅读次数:
221
原文:SQL远程备份
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go -- =============================================
-- Author: dcrenl
-- Create date: 2013-9-5 9...
分类:
数据库 时间:
2014-11-12 01:54:45
阅读次数:
231
引言今天在群里看到分享的解决死锁的sql语句,就想着这东西以后肯定用的着,就下载下来,在这里记录一下,以后查找也方便。SQL 1 SET QUOTED_IDENTIFIER ON 2 GO 3 SET ANSI_NULLS ON 4 GO 5 CREATE PROCEDURE sp_who_lock...
分类:
数据库 时间:
2014-11-10 13:36:06
阅读次数:
228
在编写ios应用时,按照下图3个步骤操作,3中Bundle Identifier确定自己的标志。
编写安卓应用,如下图操作,在2中编写package里确定自己的标志。...
分类:
移动开发 时间:
2014-11-08 22:15:20
阅读次数:
262
PHP有许多内置函数,其中大多数函数都被程序员广泛使用。但也有一些函数隐藏在角落,本文将向大家介绍7个鲜为人知,但用处非常大的函数。 没用过的程序员不妨过来看看。 1.highlight_string() 当需要在一个网站中展示PHP代码时,highlight_string()函数就变的非常有...
分类:
Web程序 时间:
2014-11-07 16:46:26
阅读次数:
212
在SQL中如何写一个SplitStringFunction,话不多说,上代码: 1 SET ANSI_NULLS ON 2 GO 3 SET QUOTED_IDENTIFIER ON 4 GO 5 6 CREATE function [dbo].[SplitString] 7 ( 8 @I...
分类:
数据库 时间:
2014-11-07 14:39:01
阅读次数:
233