码迷,mamicode.com
首页 >  
搜索关键字:dell inspiron 14r-n4    ( 827个结果
Intermezzo: A Data Analysis Session
# -*- coding: utf-8 -*-"""Created on Wed Nov 05 15:18:17 2014@author: dell"""import pandas as pdimport numpy as npimport datetimeimport matplotlib.pyp...
分类:其他好文   时间:2014-11-06 12:22:03    阅读次数:295
quiver
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 21:22:29 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltx, y = np.meshgrid(np.li...
分类:其他好文   时间:2014-11-04 22:31:31    阅读次数:422
stackplot
# -*- coding: utf-8 -*-"""Created on Tue Nov 04 15:46:32 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltif __name__ == '__main__...
分类:其他好文   时间:2014-11-04 19:36:46    阅读次数:200
封装短信猫,dell类库生成,在vs2008中创建类库项目.并在mobilesp中建立pulbic类型的gms类.
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceMobileSP{publicclassGMS{//codego.net初始化gsmmodem,并连接gsmmodem[DllImport("dllforvc.dll",EntryPoint="GSMModemInitNew",CharSet=CharSet.Ansi,CallingCon..
分类:其他好文   时间:2014-11-01 12:02:53    阅读次数:187
ubantu下配置android开发环境(Ubuntu 12.04.4 LTS x64 dell 3420)
鉴于每次重装系统都要重新安装软件,重新配置选项,而ubantu下的安装步骤往往比较麻烦,在此将具体的操作步骤记录下来,以便于后来的查看,从而省去重新查找安装步骤的麻烦.1.Android SDK中的adb程序是32位的,Ubuntu x64系统需要安装32位库文件,用于兼容32位的程序。我的系统是6...
分类:移动开发   时间:2014-10-31 20:38:25    阅读次数:209
sudo apt-get install gksu
exmyth@Inspiron-5437:/etc/default$ gksu gedit apport 程序“gksu”尚未安装。 您可以使用以下命令安装:sudo apt-get install gksuexmyth@Inspiron-5437:/etc/default$ exmyth@Insp...
分类:其他好文   时间:2014-10-29 21:23:00    阅读次数:198
修复VirtualBox "This kernel requires the following features not present on the CPU: pae Unable to boot
问题描述:1、机器:Linux主机,特别是主机为大内存,比如: 4G内存的使用pae内核的Ubuntu系统的dell电脑。2、情况:使用VirtualBox安装Linux系统时,比如:通过Virtalbox安装 ChromeOS、安装YLMF OS等。3、原因:需要安装的linux系统需要启动 pa...
分类:Windows程序   时间:2014-10-27 12:30:42    阅读次数:269
python Hisogram
# -*- coding: utf-8 -*-"""Created on Fri Oct 24 19:32:45 2014@author: dell"""# -*- coding: utf-8 -*-"""Created on Fri Oct 17 09:14:25 2014generate fig...
分类:编程语言   时间:2014-10-24 20:26:16    阅读次数:307
DellR720服务器操作系统的安装与重装
注意细节:1、首次安装操作系统Dell服务器R720首次安装操作系统时,必须使用Dell提供的dellsystemtoolsanddocuments引导盘,然后选择相应的操作系统选项(不同出厂年份版本的引导盘所含操作系统列表可能不一样),然后按照提示的时机,插入自己相应的操作系统盘就可以自动安装..
分类:其他好文   时间:2014-10-24 19:08:26    阅读次数:221
Openstack部署总结之:部署过程中“Error: Local ip for ovs agent must be set when tunneling is enabled”的问题
问题描述 在使用RDO进行多节点部署测试的时候,由于采用了几台破旧的机器且机器的型号存在差异(有的的HP的PC,有的是DELL的PC),出现了以下的错误: Applying 192.168.40.107_neutron.pp 192.168.40.107_neutron.pp: [ DONE ] 192.168.40.248_...
分类:其他好文   时间:2014-10-23 12:37:22    阅读次数:201
827条   上一页 1 ... 74 75 76 77 78 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!