上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: 接手别人的几个项目,项目管理在gerrit上,由于中途经过多次转手,管理员帐号已经丢失。 服务器在手,但大家都只能得到普通用户权限。 因此目标是拿到Administrators群组的权限,即,将一个帐号加入此群组。 基本信息: Gerrit版本:2.16.7 Gerrit认证方式:LDAP Gerr 阅读全文
posted @ 2021-10-18 16:47 日月王 阅读(798) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-10-08 10:59 日月王 阅读(0) 评论(0) 推荐(0)
摘要: 链接地址: http://comrade.ownz.com/docs/regions.html FAQ: Window Regions I have tried to collect a lot of information on window regions and resources on th 阅读全文
posted @ 2021-09-16 13:43 日月王 阅读(76) 评论(0) 推荐(0)
摘要: // // BitmapToRegion : Create a region from the "non-transparent" pixels of a bitmap // // hBmp : Source bitmap // cTransparentColor : Color base for 阅读全文
posted @ 2021-09-16 11:01 日月王 阅读(165) 评论(0) 推荐(0)
摘要: 链接: https://blog.csdn.net/aikker/article/details/4050888 在开发界面及棋牌游戏过程中,需要很多镂空的图片,而且图片形式一般比较固定.所以封装了几种常见的镂空方法. 1. 用于没有掩码图,只有指定透明色,不进行伸缩void DrawTransBi 阅读全文
posted @ 2021-09-09 17:38 日月王 阅读(611) 评论(0) 推荐(0)
摘要: WinCE开发,PlatformBuilder注册的虚拟机平台、设备信息,存放在一XML/XSL的配置文件中, 位置通常在: C:\ProgramData\Microsoft\corecon\1.0\addons C:\Users\XXX\AppData\Local\Microsoft\CoreCo 阅读全文
posted @ 2021-08-26 11:07 日月王 阅读(148) 评论(0) 推荐(0)
摘要: static unsigned long _crc32_table[256] = { 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 阅读全文
posted @ 2021-06-25 11:31 日月王 阅读(115) 评论(0) 推荐(0)
摘要: python有chardet,java有cpdetector,C或者C++搜索了好久,找到了uchardet 其实python的chardet与uchardet都是源自于Firefox中的universalchardet http://lxr.mozilla.org/seamonkey/source 阅读全文
posted @ 2021-06-22 10:55 日月王 阅读(127) 评论(0) 推荐(0)
摘要: 代码摘自网络:(https://blog.csdn.net/a33445621/article/details/71127745) /* 内码转换 */ // 转换UCS4编码到UTF8编码 int UCS4_To_UTF8( unsigned int dwUCS4, BYTE* pbUTF8 ) 阅读全文
posted @ 2021-06-22 09:52 日月王 阅读(371) 评论(0) 推荐(0)
摘要: 配置文件的读取重复代码极多,且容易漏掉、出错,如下一段配置信息读取代码,可以简化编程。 主体类定义: #ifndef _CONFIG_CONTAINER_H_ #define _CONFIG_CONTAINER_H_ #include <stdio.h> #include <stdlib.h> #i 阅读全文
posted @ 2021-05-19 14:02 日月王 阅读(64) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页