PAT 1001. A+B Format Calculate a + b and output the sum in standard format that is, the digits must be separated into groups of three by commas (unles ...
分类:
其他好文 时间:
2018-01-02 11:31:14
阅读次数:
170
1. 目前已经不局限于仅仅把实验搞清楚了,要深入去探究内部的原理,本章看下GPIO实验 2. 在CCS启动的时候,提示,这个问题是什么,XDAIS是什么?XDAIS (eXpress DSP Algorithm Interoperability Standard) See details below ...
分类:
其他好文 时间:
2018-01-01 19:39:10
阅读次数:
359
0 题面 C. New Year and Curling time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Carol is cu ...
分类:
Web程序 时间:
2017-12-30 16:01:16
阅读次数:
150
https://www.cnblogs.com/CarpenterLee/p/5545987.html Introduction 关于C++标准模板库(Standard Template Library, STL)的书籍和资料有很多,关于Java集合框架(Java Collections Frame ...
分类:
编程语言 时间:
2017-12-29 12:28:44
阅读次数:
314
1097. Deduplication on a Linked List (25) 时间限制 300 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 300 ms 时间限制 300 ms 内存限制 65536 kB 内存 ...
分类:
其他好文 时间:
2017-12-29 12:16:44
阅读次数:
140
近日,微软发布了.NET Core 2.0,但是开发人员中间仍然存在一些疑惑,就是.NET Core、.NET Standard、Xamarin和.NET Framework有什么不同。 .NET Framework用于构建桌面应用程序和运行在互联网信息服务器(IIS)上的ASP.NET应用程序。它 ...
分类:
Web程序 时间:
2017-12-26 14:30:03
阅读次数:
245
var arr=[{"itemId":null,"basicItemId":1228,"itemName":"维他柠檬…10ml","unit":null,"costPrice":null,"typeId":null}, {"itemId":null,"basicItemId":1228,"item ...
分类:
编程语言 时间:
2017-12-26 12:05:49
阅读次数:
179
总结一下hwclock,这个容易晕: 1)/etc/sysconfig/clock 文件,只对 hwclock 命令有效,且只在系统启动和关闭的时候才有用(修改了其中的 UTC=true 到 UTC=false 的前后,执行 hwclock (--utc, 或 --localtime) 都没有变化, ...
分类:
其他好文 时间:
2017-12-26 00:47:20
阅读次数:
269
1.下载mysql installer 2.安装 一直点next,直到finish。 3.安装时的配置 安装完后,选择立即开始配置。 选择standard configuration 勾选安装mysql服务并自动启动,并且将其添加到PATH中。 设置root的密码。 4.文件中的配置 找到文件:C: ...
分类:
数据库 时间:
2017-12-24 22:49:50
阅读次数:
430
我们要使用 Hibernate 的功能,首先需要读取 Hibernate 的配置文件,根据配置启动 Hibernate ,然后创建 SessionFactory。 创建 SessionFactory 的代码很简单,这也是我们要分析的代码: Configuration cfg = new Config ...
分类:
Web程序 时间:
2017-12-23 23:07:24
阅读次数:
250