博主的私人博客时光如梭,一晃又过去很长时间了,好久没有写博客记录一些东西了,正好这次对接腾讯视频的SDK,遇到了一个比较好的问题,记录下来留给大家看背景对接过SDK的朋友应该知道,对接过程中SDK出现一些bug是经常的事儿,但这时候,我没有SDK的源代码,无法debug SDK中的东西。对方没有我们的主工程源代码,所以也无法直接debug。如今仅仅靠打log来调试SDK的话,估计黄花菜都凉了,so…...
分类:
移动开发 时间:
2015-08-15 00:14:05
阅读次数:
397
1.清屏
windows:host cls;
linux:host clear;
2.对日期的处理
1)系统默认的类型:
select sysdate from dual;-->注:sysdate 是系统的当前时间 系统默认格式为:日-月-年
2)to_char()的用法
语法:TO_CHAR(date,'format_model')
格式:
日期格式的元素
...
分类:
数据库 时间:
2015-08-15 00:15:01
阅读次数:
197
http://m.blog.csdn.net/blog/shufac/24932279
http://blog.sina.com.cn/s/blog_455245fc01000a42.html
AnimalWindow使用,实现界面动态消失
创建一个窗口,拖进一个按钮,添加下列消息响应
void CMFCApplication4Dlg::OnBnClic...
欢迎转载,转载请注明出处:
1.详细推导过程:
2.代码示例
万恶的GFW居然把github的上传端口给封了,于是我就只能用国内的这个山寨版了
https://gitcafe.com/NeighborhoodGuo/cs224d-problem-set3.git...
分类:
其他好文 时间:
2015-08-15 00:15:19
阅读次数:
234
构建Tomcat6目录
介绍
下载JDK5及以上发布包
安装Ant1.8及以上
检出或获得Tomcat6源代码
构建Tomcat
使用Eclipse构建
使用其它IDE构建...
分类:
其他好文 时间:
2015-08-15 00:14:11
阅读次数:
221
#include
#include
unsigned int SDBMHash(char *str)
{
unsigned int hash = 0;
while (*str)
{
// equivalent to: hash = 65599*hash + (*str++);
hash = (*str++) + (hash << 6) + (hash << 16) - hash;...
分类:
其他好文 时间:
2015-08-15 00:15:08
阅读次数:
200
Codeforces Round #200 (Div. 2) (ABCDE题解)...
分类:
其他好文 时间:
2015-08-15 00:13:58
阅读次数:
164
A Simple Problem with Integers
Time Limit: 5000MS
Memory Limit: 131072K
Total Submissions: 77486
Accepted: 23862
Case Time Limit: 2000MS
Description
You have...
分类:
其他好文 时间:
2015-08-15 00:13:25
阅读次数:
135
最近这段时间我一直在开发自定义相机,谷歌了些网上的demo,发现有很多各种各样的问题。最终还是从API的camera类开始学习,进行改进。下面对之前的实现进行一些总结。官方camera API:
http://developer.android.com/guide/topics/media/camera.html
中文翻译:
http://www.cnblogs.com/over140/arc...
分类:
移动开发 时间:
2015-08-15 00:12:25
阅读次数:
267
Rebuilding Roads
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 10066
Accepted: 4595
Description
The cows have reconstructed Farmer John's farm, with its ...
分类:
其他好文 时间:
2015-08-15 00:13:53
阅读次数:
320
使用哈希,实现6428633条CSDN账户数据的简单查询
#define _CRT_SECURE_NO_WARNINGS
#include
#include
char path[256] = "E:\\Big_Data\\csdn.txt";
#define N 6428633
unsigned int BKDRHash(char *str);
struct beitai
{
char...
分类:
其他好文 时间:
2015-08-15 00:12:36
阅读次数:
170
1.题目:找到薪水大于本部门平均薪水的员工。
select ename from emp e1 where sal>(select avg(sal) from emp e2 where e1.deptno=e2.deptno);
2.题目:找到员工表中工资最高的前三名的员工信息
思路:
1)先按照工资排序查询出数据
2)再把查询出的数据当做一个表
3)再查询这个...
分类:
数据库 时间:
2015-08-15 00:12:04
阅读次数:
205
1 package com.gaojinhua.android.activitymsg; 2 3 import android.os.Parcel; 4 import android.os.Parcelable; 5 6 /** 7 * Created by Gaojinhua on 201...
分类:
移动开发 时间:
2015-08-15 00:12:57
阅读次数:
158
我们常用的在a标签中有点击事件:a href="javascript:js_method();"这是我们平台上常用的方法,但是这种方法在传递this等参数的时候很容易出问题,而且javascript:协议作为a的href属性的时候不仅会导致不必要的触发window.onbeforeunload事件,...
分类:
Web程序 时间:
2015-08-15 00:11:29
阅读次数:
142
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Data.SqlClient; 5 using System.Data; 6 using Microsoft....
分类:
数据库 时间:
2015-08-15 00:12:57
阅读次数:
247
一、RPM介绍 RPM 前是Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red Hat 贡献出来的软件包管理;现在应为RPM Package Manager的缩写。在Fedora、Redhat、Mandriva、SuSE、YellowDog等主...
分类:
其他好文 时间:
2015-08-15 00:13:25
阅读次数:
183
01-pickerView简单使用一.UIPickerViewDataSource// 返回有多少列- (NSInteger)numberOfComponentsInPickerView:(UIPickerView *)pickerView;// 返回第component有多少行- (NSInteg...
分类:
移动开发 时间:
2015-08-15 00:12:08
阅读次数:
132