Linux tar command usageLinux tar command
usageTable of Contents1. Create an archive:2. Create a gzipped archive:3. List
the files in an archive4. Add ...
分类:
系统相关 时间:
2014-05-01 16:16:01
阅读次数:
586
//图片转化为流保存; Stream ms; byte[] picbyte;
OpenFileDialog open = new OpenFileDialog(); open.Filter = "图片文件(*....
分类:
其他好文 时间:
2014-05-01 15:35:40
阅读次数:
315
WCF数据服务(WCF Data Service )是.NET
Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open
Data Protocol)开放数据协议ODa...
分类:
其他好文 时间:
2014-05-01 14:23:12
阅读次数:
353
Python
3.3.5https://www.python.org/downloads/release/python-335/cx_Freezehttp://sourceforge.net/projects/cx-freeze/files/4.3.2/cx_Freeze
注意下载对应版本,有分32...
分类:
编程语言 时间:
2014-05-01 02:05:07
阅读次数:
623
以下代码文件以CStdioFile向无法向文本中写入中文(用notepad.exe查看不到写入的中文)CStdioFile
file;file.Open(…);file.WriteString(_T("abc你好"));//只能写入abc解决办法:使用setlocale语句设定区域#include....
分类:
编程语言 时间:
2014-05-01 01:18:01
阅读次数:
803
目录[hide]1抽象流程:2关键实现:2.1main()函数2.2decode_thread()读取文件信息和音频包2.3stream_component_open():设置音频参数和打开设备2.4audio_callback():
回调函数,向SDL缓冲区填充数据2.5audio_decode_...
分类:
其他好文 时间:
2014-05-01 00:48:04
阅读次数:
325
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建
JAVA_HOMED:\Program Files\Java\jdk1....
1. 输入数据并选择Y轴数据 2 非线性拟合Analysis—Fitting—Nonlinear
Curve Fit—Open
Dialog3.选择拟合曲线类型在origin7.5中选择曲线类型和表达式比较直观,8.5好像反而不太直观了。固定某个参数可在Parameters中设置。点击Fit开始拟合...
分类:
其他好文 时间:
2014-04-30 23:04:23
阅读次数:
936
Defining annotations
Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.
In fact, they compile to class files like any oth...
分类:
编程语言 时间:
2014-04-27 21:47:05
阅读次数:
348
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gao.hzau;
import java.awt.Color;
import java.awt.FileDialog;
import java.awt.Font;
import j...
分类:
其他好文 时间:
2014-04-27 21:34:04
阅读次数:
492