在build.gradle中加入代码: 1 tasks.withType(JavaCompile) { 2 options.encoding = "UTF-8" 3 } ...
分类:
移动开发 时间:
2017-05-27 15:25:42
阅读次数:
234
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Net.Http;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingXinleda.Common;
usingXinleda.Model;
namespaceConsoleApplication1
{
classProgram
{
staticvoidMain(string[]args)
{
HttpC..
分类:
Web程序 时间:
2017-05-27 14:27:44
阅读次数:
218
系统监控 top:是linux下常用的性能分析工具,类型windos任务管理器,5S刷新一次 1、top(top命令)、当前时间、up(当前系统稳定运行时间)、2用户(桌面和终端)、CPU平均负载:一分钟的,十分钟的,十五分钟的 2、Tasks:系统中总共运行的任务数 405 2个运行的 403个睡 ...
分类:
系统相关 时间:
2017-05-27 10:34:00
阅读次数:
216
统一设置为UTF8编码在工程的根目录下的build.gradle文件中,添加定义。tasks. withType(JavaCompile) { options.encoding = "UTF-8"} 如图: ...
分类:
移动开发 时间:
2017-05-26 13:27:58
阅读次数:
216
Parallel类 Parallel类是对线程的一个抽象。该类位于System.Threading.Tasks名称空间中,提供了数据和任务并行性。 Paraller类定义了数据并行地For和ForEach的静态方法,以及任务并行的Invoke的静态方法。Parallel.For()和Parallel ...
分类:
其他好文 时间:
2017-05-26 00:41:55
阅读次数:
194
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using SocketIM; u... ...
分类:
编程语言 时间:
2017-05-25 14:36:42
阅读次数:
216
using CapMon.Data; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Data.Entity; using Sy... ...
分类:
其他好文 时间:
2017-05-24 16:07:34
阅读次数:
241
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks;... ...
根据报错提示:找到AAPT err(Facade for 1339051672): ERROR: 9-patch image D:\WORK_PASECE\anroid_studio\android_workpace\MyApplication\app\src\main\res\drawable\c ...
分类:
移动开发 时间:
2017-05-22 15:01:59
阅读次数:
2140
代码: using LitJson;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks; name ...
分类:
移动开发 时间:
2017-05-21 21:47:37
阅读次数:
890