problem:Implement a function void reverse(char *str) in C and C++ which reverse a null-terminated string.The solution:1. use another pointer end point...
分类:
其他好文 时间:
2015-08-15 06:42:04
阅读次数:
147
Promble:Implement an algorithm to determine if a string has all unique characters. What if you cannot use addtional data structure?My solution:1.ckeck...
分类:
其他好文 时间:
2015-08-15 01:29:27
阅读次数:
106
客户的电话吵醒了熟睡的我,我想这是大多数dba的状态,没办法,客户误操作,更改了某些参数造成db起不来了。ORA-16019: cannot use LOG_ARCHIVE_DEST_1 with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST。这是一...
分类:
其他好文 时间:
2015-08-14 19:46:33
阅读次数:
118
USE [QiuZhi_DB]GOSET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO--创建存储过程create PROCEDURE [dbo].[PageShow](---此存储过程不能排序多个字段,排序字段必须为唯一的,比如用阅读量排序就会出现异常。其他....
分类:
数据库 时间:
2015-08-14 18:51:25
阅读次数:
175
BSD许可证模板* Copyright (c) 1998, Regents of the University of California* All rights reserved.* Redistribution and use in source and binary forms, with o...
分类:
其他好文 时间:
2015-08-14 18:40:59
阅读次数:
158
http://blog.bigbinary.com/2011/08/18/understanding-bind-and-bindall-in-backbone.html http://wenzhixin.net.cn/2013/11/01/understanding_bind_bindall http://chaoskeh.com/blog/use-underscore-bindall-ca...
分类:
Web程序 时间:
2015-08-14 17:20:47
阅读次数:
163
DependencyProperty and DependencyObject is the core of WPF data binding.We can use this two class to binding one class instead of using INotifyPropert...
1:use echo -e example: echo -e "n\np\n1\n\n+100M\nn\np\n2\n\n+1024M\nw\n"|fdisk /dev/vdb \n代表回车 [root@server7 ~]# fdisk -l /dev/vdb Disk /dev/vdb: 8589 MB, 8589934592 bytes 16 heads, 63 sector...
分类:
系统相关 时间:
2015-08-14 13:57:28
阅读次数:
213
/*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.util;
/**
* The {@co...
分类:
其他好文 时间:
2015-08-14 01:10:03
阅读次数:
118
在新建cocos2d-x以后,运行发现以下错误:
ld: -pie can only be used when targeting iOS 4.2 or later
clang: error: linker command failed with exit code 1 (use -v to see invocation)
如图所示:
这时候,选中左上角...
分类:
移动开发 时间:
2015-08-13 22:20:09
阅读次数:
181