1,安装arm-linux-gcc安装方法,将安装包解压到/opt下,然后vim
/.bashrc修改一行:export PATH =
$PATH:/opt/FriendlyARM/tooschain/4.5.1/bin,后面是安装的路径,重新登录系统,注销即可,然后arm-linux-+Tab键就...
分类:
系统相关 时间:
2014-05-10 01:33:20
阅读次数:
512
eclipse 发布 签名android 程序1 在项目上右键 export2 export
android application3 第一次发布 要创建一个新的keystore4 填写key信息56 finish第二次发布的时候
可以直接选择已有的keystore选择以后的alias 或者新建ok...
分类:
系统相关 时间:
2014-05-08 21:22:03
阅读次数:
1889
方法一:
在Arcmap中转换:
1、加载要转换的数据,右下角为经纬度
2、点击View——Data Frame Properties——Coordinate System
3、导入或选择正确的坐标系,确定。这时右下角也显示坐标。但数据没改变
4、右击图层——Data——Export Data
5、Use the same coordinate system a...
分类:
其他好文 时间:
2014-05-06 15:00:20
阅读次数:
403
打jar包的方法是什么?java打jar包,引用其他.jar文件java项目打jar包将java源码打成jar包maven打jar例子打war包的方法是什么?Eclipse-》项目右键=》export导出项目成war包。
分类:
其他好文 时间:
2014-05-05 11:14:07
阅读次数:
288
上个月有台RedHat服务器更换网卡,编译、安装驱动后servicenetworkrestart。提示更换的网卡不存在。ifconfig-a发现有三个网卡:eth0eth1eth2。vi/etc/udev/rules.d/70-persistent-net.rules把没用的网卡(8139too)信息删除或注释掉,再修改新网卡(r8169)参数NAME="eth2"例子:[r..
分类:
其他好文 时间:
2014-05-04 17:17:52
阅读次数:
333
用基类的指针去转存派生类时除了上一篇boost::serialization 用基类指针转存派生类(错误多多,一波三折)之外,还有另一种更简单的方法:
用BOOST_CLASS_EXPORT宏。下面我们来分析怎样用BOOST_CLASS_EXPORT来实现
用基类的指针去转存派生类。
首先来看前面实例的一段代码:
void save()
{
std::ofstream ofs("t7.x...
分类:
其他好文 时间:
2014-05-04 09:48:50
阅读次数:
487
题目如下:
``Accordian'' Patience
You are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:
Deal cards one by one in a row from left to right, no...
分类:
其他好文 时间:
2014-05-04 09:08:31
阅读次数:
329
直接就上代码了:-module(shop).-export([cost/1,total/1]).cost(orange)
-> 5;cost(newspaper) -> 8;cost(apples) -> 2;cost(pears) ->
9;cost(milk) -> 7....
分类:
其他好文 时间:
2014-05-02 12:58:19
阅读次数:
280
会PHP的人都知道PHP中的print_r/var_export函数,可以方便的用于打印数组或导出变量,Lua中没有提供,实际应用中却是很多时候需要类似的功能。
今天便封装了个简单函数,实现类似功能,用来打印/导出table:...
分类:
Web程序 时间:
2014-04-30 22:22:39
阅读次数:
392
建立elements目录
mkdir -p elements/lamp/install.d/
vim 70-lamp
#!/bin/bash
set -eux
install-packages wordpress mariadb-server httpd memcached
生成一个带wordpress的镜像
export ELEMENTS_PATH=...
分类:
其他好文 时间:
2014-04-29 13:14:21
阅读次数:
475