Dalvik虚拟机存在于Android系统,JVM是java虚拟机,两者都是虚拟机,本文就对两者进行比较,讲述它们的不同。 Dalvik虚拟机是Google等厂商合作开发的Android移动设备平台的核心组成部分之一。它可以支持已转换为.dex(即Dalvik Executable)格式的Java....
分类:
编程语言 时间:
2015-10-08 00:32:56
阅读次数:
220
subprocess模块允许你生成子进程,连接管道,并获取返回的代码。 一.使用subprocess模块 模块中定义了一个Popen类: subprocess.Popen(args, bufsize=0, executable=None, stdin=None, stdout=None, ...
分类:
系统相关 时间:
2015-09-26 22:44:01
阅读次数:
472
1.一不小心删除了 target bulidSetting 里面的 runpath search path 真机测试的时候一直报错找不到 frameworks幸好从别的工程里面找到的了这个默认值@executable_path/Frameworks2.Application Transport Se...
分类:
其他好文 时间:
2015-09-23 16:58:22
阅读次数:
103
1、定位到你想调试的可执行程序的文件夹下,假设你想调试hello,这个文件类型是Unix Executable File; 2、输入"gdb hello"; 屏幕上应该会出现类似:最后出现done字样,表示可以使用gdb调试; ?gdb hello GNU g...
分类:
数据库 时间:
2015-09-22 19:16:11
阅读次数:
246
一、静态库与动态库 通常情况下,对函数库的链接是放在编译时期(compile time)完成的。所有相关的对象文件(object file)与牵涉到的函数库(library)被链接合成一个可执行文件(executable file)。程序在运行...
分类:
其他好文 时间:
2015-09-22 19:14:44
阅读次数:
144
Part 1: Shell Scripts in a NutshellAshell scriptis a file of executable commands that has been stored in a text file. When the file is run, each comma...
分类:
系统相关 时间:
2015-09-19 16:47:38
阅读次数:
267
最近使用docker,遇见executable file not found in $PATH,深究一下源码,追溯到golang内置包,看代码 //寻找可执行的文件,取文件的mode(二进制形式)
func?findExecutable(file?string)?error?{
d,?err...
分类:
其他好文 时间:
2015-09-17 13:43:12
阅读次数:
164
之前就遇到过这个问题,如图:今天又遇到了,证书过期的问题。需要访问苹果开发者的官网http://developer.apple.com来解决。参考:How to fix “The identity used to sign the executable is no longer valid” err...
分类:
移动开发 时间:
2015-09-16 23:14:54
阅读次数:
175
Just create this script /usr/bin/nginx_modsite and make it executable. #!/bin/bash
##
#??File:
#????nginx_modsite
#??Description:
#????Provides?a?basic?script?to?automate?enablin...
分类:
系统相关 时间:
2015-09-14 12:33:35
阅读次数:
267
1.Heroku https://dashboard.heroku.com/apps2.文档 https://devcenter.heroku.com/articles/getting-started-with-django3.error:"pg_config executable not fo.....
分类:
其他好文 时间:
2015-09-11 10:36:31
阅读次数:
125