码迷,mamicode.com
首页 >  
搜索关键字:asp.net core    ( 18312个结果
ubuntu12.04编译android4.0源代码Deug1
ubuntu12.04编译a10全志芯片make多次编译无果,逐句检查发现缺少多种文件解析。遂百度如下$sudoapt-getinstallgitgnupgflexbisongperfbuild-essentialzipcurllibc6-devlibncurses5-dev:i386x11proto-core-devlibx11-dev:i386libreadline6-dev:i386libgl1-mesa-dri:i386libgl1-m..
分类:移动开发   时间:2014-08-08 16:20:36    阅读次数:241
gdb、core 以及段错误
查看系统是否允许生成core文件#ulimit-acorefilesize(blocks,-c)0core文件大小限制为0,不能生成core文件使用如下命令取消限制,使系统能生成core文件ulimit-cunlimited一般linux操作系统默认core文件的大小都是0,需要手动设置一下。调试c...
分类:数据库   时间:2014-08-08 15:15:56    阅读次数:314
jar 包
struts2 commons-logging-1.0.4.jar 主要用于日志处理 freemarker-2.3.8.jar 模板相关操作需要包 ognl-2.6.11.jar ognl表达示所需包, xwork-2.0.7.jar xwork核心包 struts2-core-2.0.14.jar...
分类:其他好文   时间:2014-08-08 12:02:15    阅读次数:157
JSTL I18N 格式标签库
<%@pagelanguage="java"pageEncoding="gbk"%> <%@taglibprefix="c"uri="http://java.sun.com/jsp/jstl/core"%> <%@taglibprefix="fmt"uri="http://java.sun.com/jsp/jstl/fmt"%> <jsp:useBeanid="date"class="java.util.Date"></jsp:useBean> &l..
分类:Web程序   时间:2014-08-08 09:45:06    阅读次数:297
AS 7 Internal Architecture Overview--reference
High Level OverviewAt a coarse level, AS 7 consists of two main elements:A core manageable service container based on modular classloadingExtensions t...
分类:其他好文   时间:2014-08-07 18:25:10    阅读次数:262
在Ubuntu上下载Google Android4.4源码
在Windows下安装Cygwin,通过Cygwin也可在Windows里通过本文的下载步骤下载Android源码。 以下为在Ubuntu下下载Google Android4.4源码的步骤: 1. 安装curl 与 git sudo apt-get install curl sudo apt-get install git-core 2 安装 Repo a) 建立Repo的...
分类:移动开发   时间:2014-08-07 15:56:30    阅读次数:298
java.lang.NoClassDefFoundError: org/apache/commons/lang/xwork/StringUtils
java.lang.NoClassDefFoundError: org/apache/commons/lang/xwork/StringUtils Struts2框架下使用JSON插件时,程序保存找不到类org/apache/commons/lang/xwork/StringUtils     几种可能的错误及解决方法: 1、没有commons-lang,xwork-core-2.2...
分类:编程语言   时间:2014-08-07 15:55:00    阅读次数:234
部署中遇到的问题-UWSGI(二)
pip-installed uWSGI ./python_plugin.so error 使用xml格式的uwsgi配置 uwsgi -x /home/zoueswebsite/zoueswebsite.xml的命令显示如下error: open("./python_plugin.so"): No such file or directory [core/utils.c l...
分类:其他好文   时间:2014-08-07 15:43:40    阅读次数:343
Jersey 入门与Javabean
Jersey是JAX-RS(JSR311)开源参考实现用于构建RESTful Web service,它包含三个部分: 核心服务器(Core Server)通过提供JSR 311中标准化的注释和API标准化,可以用直观的方式开发RESTful Web服务。 核心客户端(Core Client)J.....
分类:编程语言   时间:2014-08-07 15:38:40    阅读次数:273
学习iOS:第一天
今天开始学习iOS开发,当然是从stanford得iOS 7教程开始了,学习了lecture 1,涉及到得知识如下。iOS从下而上的4层框架:Core OS, Core Services, Media, Cocoa Touch, 在apple的官方文档iOS Developer Library中有....
分类:移动开发   时间:2014-08-07 03:04:58    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!