码迷,mamicode.com
首页 >  
搜索关键字:printing compa    ( 226个结果
java中求几个字符串的最大公共子串 使用了比较器Compa
package com.swift; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; public class Max_Subs... ...
分类:编程语言   时间:2018-01-15 22:22:33    阅读次数:202
Gson全解析(上)-Gson基础(转)
https://www.jianshu.com/p/fc5c9cdf3aab 前言 最近在研究Retrofit中使用的Gson的时候,发现对Gson的一些深层次的概念和使用比较模糊,所以这里做一个知识点的归纳整理。 Gson(又称Google Gson)是Google公司发布的一个开放源代码的Jav ...
分类:其他好文   时间:2018-01-09 21:20:50    阅读次数:190
Linux命令3——c
cal:calender,显示月历 -j:用凯撒历(dates of julius caesar)的形式来显示月历,不分月份。1-365/366 -m:显示月历时,把星期一定为一周的开始。默认星期日为一周的开始 -y:显示今年所有月份的月历 cat:concatenate 连接多个文件,并将他们呢的 ...
分类:系统相关   时间:2017-11-14 22:20:48    阅读次数:177
安卓 log日志框架
◆elvishew/xLog Global config(tag, formatters...) or log-based config Support printing any object and customizable object formatter Support printing ar ...
分类:移动开发   时间:2017-10-27 22:03:49    阅读次数:232
如何快速掌握man手册的使用
man手册内容详细,解释到位,因为好多都是软件的原创者自己写的说明文档,当然是第一手的资料。但是,有几个难点需要克服: 1、英文不易阅读,通常我是先在书上或者网络上找到某个命令的详细说明和解释,然后在通过man手册查看该命令,通俗的讲:带着答案看问题的方法。勉强能够读懂,下一次再次忘记了该命令的用法 ...
分类:其他好文   时间:2017-10-20 10:22:22    阅读次数:179
线段树 or 并查集 (多一个时间截点)
There is a company that has N employees(numbered from 1 to N),every employee in the company has a immediate boss (except for the leader of whole compa ...
分类:其他好文   时间:2017-10-13 22:28:09    阅读次数:269
消息处理模拟点击
using System; using System.Drawing; using System.Drawing.Printing; using System.Printing; using System.Runtime.InteropServices; namespace ConsoleAppli ...
分类:其他好文   时间:2017-10-13 16:16:20    阅读次数:264
打印 自定义纸张
1 sr = new StringReader(str); 2 PrintDocument pd = new PrintDocument(); 3 pd.PrintController = new System.Drawing.Printing.StandardPrintController(); ... ...
分类:其他好文   时间:2017-10-13 12:28:57    阅读次数:130
Nest + typeorm
1\ Nest is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript (preserves compa ...
分类:其他好文   时间:2017-10-12 13:57:55    阅读次数:206
2018上海国际3D打印产业展览会
2018上海国际3D打印产业展览会 Shanghai International 3D Printing Industry Exhibition 2018 时间:2018年4月2日-4日 地点:上海新国际博览中心 关于【3D Printing shanghai 2018】 欢迎参加“2018上海国际 ...
分类:其他好文   时间:2017-09-29 19:30:04    阅读次数:194
226条   上一页 1 ... 6 7 8 9 10 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!