- 浏览: 370217 次
- 性别:
- 来自: 苏州
最新评论
-
u013189503:
来个密码吧
[C++][Logging] 项目中写日志模块的实现 -
wyf_vc:
来个密码啊!!
[C++][Logging] 项目中写日志模块的实现
文章列表
https://www.cnblogs.com/guoyz1314/p/3527340.html
#include <Winsock2.h>
#include "iphlpapi.h"
#pragma comment(lib,"Iphlpapi.lib")
#pragma comment(lib,"Ws2_32.lib")
typedef HANDLE (WINAPI* ICMPCREATEFILE)(VOID);
typedef BOOL (WINAPI* ICMPCLOSEHANDLE) ...
C++/MFC 換皮膚
- 博客分类:
- C++
https://blog.csdn.net/u011239916/article/details/46129411
WinCE 截屏 - C++ 代碼
- 博客分类:
- C++
// this function create a bmp file to save the current screen;
// supported eVC++ 4.0 (wince 4.0) and vc++ 6.0 , test pass;
void CSnapDlg::OnScreenSave(const char *filename)
{
HDC hScrDC, hMemDC;
int width, height;
//the pointer will save all pixel point's color valu ...
參考link
http://www.runoob.com/nodejs/nodejs-restful-api.html
// http://www.runoob.com/nodejs/nodejs-restful-api.html
// ////////////////////////////////////////////////////////////////////////////////////
// --Coding Standard
// 1 Enforce Callback Error Handling (handle-callback-err)
// https ...
哪些句子拯救了你的英文邮件
https://www.zhihu.com/question/34147404
http://proxy.yphs.tp.edu.tw/~ypi/hpclasssample/5learning/5_3/5_3_02_01.htm
http://proxy.yphs.tp.edu.tw/~ypi/hpclasssample/5learning/5_3/5_3_02_02.htm
http://proxy.yphs.tp.edu.tw/~ypi/hpclasssample/5learning/5_3/5_3_02_03.htm
http://proxy.yphs. ...
http://blog.csdn.net/leehong2005/article/details/9127535
在Eclipse里面编译生成的APK中有一个签名的,它默认的key是debug.keystore,它默认的路径是:
C:\Users\<用户名>\.android\debug.keystore
这个key的密码是:android
================================================================
我们可以输入如下命令来查看其详细信息:
keytool -list -keystore debug.keys ...
android驱动相關基礎知識
- 博客分类:
- Android
1 Android 5.0(Lollipop)事件输入系统(Input System)
http://blog.csdn.net/u010312937/article/details/72829537
2 android下dev设备的权限问题
http://blog.csdn.net/u010312937/article/details/70755032
3 Android绕过usb主机permision确认对话框framework修改方案
http://blog.csdn.net/u010312937/article/details/62045812
4 android之android. ...
http://blog.csdn.net/liucheng2009/article/details/6656940
https://www.cnblogs.com/zxxshare/p/6364054.html
回顾java基础知识时,无意中看到String字符串的判断相等,自己也被绕了一下,写下来权当记录一下。
public static void main(String[] args) {
String a="abc";
String b="abc";
if(a==b){
System.out.println(&quo ...
https://www.cnblogs.com/ut2016-progam/p/6066855.html
Settings -> External tools中配置javah,ndk-build快捷方式
javah
----------------
参数配置:
Program: C:\Program Files\Java\jdk1.8.0_131\bin\javah.exe
Parameters: -jni $FileClass$
Working directory: $ModuleFileDir$\src\main\Java
NDK-Build
------------- ...
opticard
------------------
Opticard is an industry leader in implementing and managing a variety of card-based programs. Opticard specializes in Gift, Store Value and Loyalty card processing
所属行业:金融服务
公司类型:私人持股
总部地址:美国
公司规模:11-50 人
http://opticard.com/
http://www.linkedin.com/company/opticard-paym ...
https://www.cnblogs.com/wulinfeng/archive/2012/08/31/2664720.html
https://www.cnblogs.com/zetee/articles/2006822.html
Test Plan 介绍
http://www.cnblogs.com/haining1993/p/5307170.html
https://en.wikipedia.org/wiki/Test_plan
Test Plan Sample
1 How to Write a Test Plan Document from Scratch
http://www.softwaretestinghelp.com/how-to-write-test-plan-document-software-testing-training-day3/
2 Test Plan Template
http:// ...
软件测试优秀文章分享
- 博客分类:
- 软件测试和管理
测试人员怎么避免背黑锅?
http://www.cnblogs.com/scios/p/5609953.html
如何当测试经理?
http://www.cnblogs.com/scios/p/6072296.html
如何组建测试团队?
http://www.cnblogs.com/scios/p/6165559.html
测试部工作不受重视怎么办?
http://www.cnblogs.com/scios/p/6226639.html
测试人员怎么避免背黑锅?
http://www.cnblogs.com/scios/p/5609953.html
如何面试测试工程师?
http:/ ...