码迷,mamicode.com
首页 >  
搜索关键字:mars    ( 682个结果
System.Windows.Forms.Control.Invoke与BeginInvoke
WinForm的UI对象只能在UI线程中操作,在非UI线程中操作UI对象,会引发不可预知的错误,这时就需要用到Control.Invoke或者Control.BeginInvoke。 用户线程调用Control.BeginInvoke会向UI消息队列发送一个带委托消息,Control.BeginIn ...
分类:Windows程序   时间:2018-09-05 18:05:21    阅读次数:296
pat 1041 Be Unique(20 分)
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:其他好文   时间:2018-09-05 09:00:02    阅读次数:174
python 模块 - 序列化 json 和 pickle
1,引入 之前我们学习过用eval内置方法可以将一个字符串转成python对象,不过,eval方法是有局限性的,对于普通的数据类型,json.loads和eval都能用,但遇到特殊类型的时候,eval就不管用了,所以eval的重点还是通常用来执行一个字符串表达式,并返回表达式的值。 2,什么时序列化 ...
分类:编程语言   时间:2018-09-04 01:51:43    阅读次数:244
1100 Mars Numbers(20 分)
People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earch is called "jan, feb, mar, apr, m ...
分类:其他好文   时间:2018-09-01 20:37:42    阅读次数:174
PAT 1044 Shopping in Mars[二分][难]
1044 Shopping in Mars(25 分) Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Ma ...
分类:其他好文   时间:2018-08-30 00:06:05    阅读次数:261
go语言学习四 - 复合类型字面量声明
package main import ( "encoding/json" "fmt" ) func main() { //go语言的复合大括号文面量声明非常强大和灵活 //只要在最外层声明完整的复合类型在大括号内部就不需要再声明类型而直接用大括号了 a := [][]int{ {1, 2, 3, ...
分类:编程语言   时间:2018-08-28 11:34:13    阅读次数:209
eclipse 远程debug
【环境参数】 Eclipse:Version: Mars.2 Release (4.5.2) Linux:centOS 6.5 【简述】 Java自身支持调试功能,并提供了一个简单的调试工具--JDB,类似于功能强大的GDB,JDB也是一个字符界面的调试环境,并支持设置断点,支持线程线级的调试。 【 ...
分类:系统相关   时间:2018-08-24 20:03:13    阅读次数:181
C++通过HTTP请求Get或Post方式请求Json数据(转)
原文网址:https://www.cnblogs.com/shike8080/articles/6549339.html #pragma once#include <iostream>#include <windows.h>#include <wininet.h> using namespace s ...
分类:编程语言   时间:2018-08-24 13:21:39    阅读次数:1759
『ZOJ 3547』The Boss on Mars (容斥原理)
传送门戳这里qwq 题目描述 On Mars, there is a huge company called ACM (A huge Company on Mars), and it’s owned by a younger boss. Due to no moons around Mars, th ...
分类:其他好文   时间:2018-08-17 21:32:42    阅读次数:183
CodeForces - 1015 D.Walking Between Houses
Description Natasha is planning an expedition to Mars for nn people. One of the important tasks is to provide food for each participant. The warehouse ...
分类:其他好文   时间:2018-08-06 23:22:23    阅读次数:256
682条   上一页 1 ... 12 13 14 15 16 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!