码迷,mamicode.com
首页 >  
搜索关键字:mars    ( 682个结果
windows mobile ,wince 系统,用代码启动cab文件安装
有时候需要用代码来启动安装cab,以下是代码。不能实现静默安装。 启动后会提示用户是否安装,需要用户点击是才行。 ...
分类:Windows程序   时间:2018-05-23 14:18:34    阅读次数:228
【Golang】如何不反序列化为前提的情况下,修改ProtoBuffer某个Tag的值
当你从客户端接收到一串序列化后的数据,你需要 - 修改其中某一个标签的值,然后把它传递到真正的业务数据,这样每个业务模块(微服务)就不需要和公共授权服务打交道了。 - 因为传递的数据的长度,类型甚至是新的字段的新增的造成不稳定,因此 network->originBytes - > Marshal( ...
分类:其他好文   时间:2018-05-11 12:48:14    阅读次数:282
c# 调用c++类库控制usb继电器
网上找不到调用此类库的文章,简单写一下,以备后用。 下面是封装后的调用c++类库的类 查找并打开控制器 打开第一路继电器,第二个参数表示第几路 UsbRelayDeviceHelper.OpenOneRelayChannel(state, 1); 关闭第一路继电器,第二个参数表示第几路 UsbRel ...
分类:编程语言   时间:2018-05-07 19:30:12    阅读次数:410
wpf仿qq边缘自动停靠,支持多屏
wpf完全模仿qq边缘自动隐藏功能,采用鼠标钩子获取鼠标当前状态,在通过当前鼠标的位置和点击状态来计算是否需要隐藏。 以下是实现的具体方法: 一、鼠标钩子实时获取当前鼠标的位置和点击状态 /// <summary> /// 鼠标全局钩子 /// </summary> public class Mou ...
分类:Windows程序   时间:2018-05-05 23:02:45    阅读次数:262
SpringMVC入门学习案例笔记
一、数据库环境用mysql,数据库建表语句如下: 建表成功之后数据库如图所示: java的环境是jdk1.7,eclipse使用mars2,spring使用3.2的版本。spring3.2所需要的jar包如图所示: 至此,所需要的软件和环境都准备完毕。 我是华丽的分割线 开始正式开发第一个sprin ...
分类:编程语言   时间:2018-04-08 00:28:22    阅读次数:223
Martian Addition
In the 22nd Century, scientists have discovered intelligent residents live on the Mars. Martians are very fond of mathematics. Every year, they would ...
分类:其他好文   时间:2018-04-07 20:00:48    阅读次数:197
1048. Find Coins (25)
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou ...
分类:其他好文   时间:2018-03-27 10:21:04    阅读次数:146
URAL 1902. Neo-Venice
1902. Neo-Venice Time limit: 1.0 second Memory limit: 64 MB Mars was the first planet colonized by humans. After a long terraforming process its appea ...
分类:其他好文   时间:2018-03-26 22:32:40    阅读次数:209
VS2017写的exe调用Delphi 7写的DLL
公司有个很古老的系统,代码量很大,都是Delphi 7写的,要重写是不可能的。因为Delphi 7编译出来的DLL默认的导出符号就是二进制稳定的C符号。 所以,理论上任何语言都可以调用该DLL导出的API。 值得注意的是,在调用导出API的时候任何语言都是利用LoadLlibrary,GetProc ...
分类:Windows程序   时间:2018-03-22 19:13:54    阅读次数:312
1027. Colors in Mars (20)
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:其他好文   时间:2018-03-10 20:28:15    阅读次数:185
682条   上一页 1 ... 15 16 17 18 19 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!