在iOS上开发视频操作的时候,出现错误:
录制视频错误:Error Domain=AVFoundationErrorDomain Code=-11800 "这项操作无法完成" UserInfo=0x16d11a80 {AVErrorRecordingSuccessfullyFinishedKey=false, NSLocalizedDescription=这项操作无法完成,
NSLoca...
分类:
其他好文 时间:
2014-09-25 12:20:48
阅读次数:
2511
android:layout_below="@id/rl_userinfo"是指位置在id为rl_userinfo控件的下方
android:layout_marginBottom="@dimen/margin_superlarge"是定义外向向下的距离
android:ellipsize="end"指text显示效果当text超出控...
分类:
其他好文 时间:
2014-09-19 17:49:06
阅读次数:
205
1、初始化+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo;+ (N...
分类:
其他好文 时间:
2014-09-15 21:14:29
阅读次数:
216
所有字段最好都用[] 括起来:string sqlUpdate = "update UserInfo set [password] = '" + pass + "',[email] = '" + txt_email.Text + "',[realName] = '" + txt_realName.T...
分类:
数据库 时间:
2014-09-11 23:35:42
阅读次数:
389
未采用三层Sql 语句 :create procedure sp_Login3@userName varchar(20),@passWord varchar(20),@msg int Output //表示输出参数asif(exists(select * from UserInfo where Lo...
分类:
其他好文 时间:
2014-09-06 19:59:14
阅读次数:
289
在执行之前:merge into UserInfo u using chartinfo c on u.UserId=c.UserId when matched and u.UserName=c.UserName then update set u.lastUpdate=c.LastUpdate wh...
分类:
数据库 时间:
2014-09-04 13:14:59
阅读次数:
187
调用一次计时器方法:[cpp]view plaincopymyTimer=[NSTimerscheduledTimerWithTimeInterval:1.5target:selfselector:@selector(scrollTimer)userInfo:nilrepeats:NO];//不重复...
分类:
移动开发 时间:
2014-09-03 13:00:46
阅读次数:
234
public static bool User_Login(string url, string uname, string password, out string[] userInfo) { string param = "username=" + unam...
分类:
其他好文 时间:
2014-08-29 08:19:27
阅读次数:
288
http://www.android100.org/html/201406/09/22915.html1.服务器端 服务器端和android没有太大关系,对J2EE比较熟悉的话写起来应该很容易,这里就不一一贴出代码。首先在本地创建一个数据库表,其中包含了一个userinfo表用来存储用户信息。需要实...
分类:
移动开发 时间:
2014-08-27 16:29:58
阅读次数:
482
《1》
Model 添加了一个UserInfo类 UserInfo.csusing System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace MvcApplication1.Models
{
public class UserInfo
{
...
分类:
Web程序 时间:
2014-08-27 10:56:17
阅读次数:
241