码迷,mamicode.com
首页 >  
搜索关键字:software defined    ( 9513个结果
C#关键字explicit、implicit、operator 、unsafe 、fixed
今天遇到一些一般不常用,但说不定什么情况下就能用到的C#关键字。转换关键字explicit定义强制转换// Must be defined inside a class called Fahrenheit:public static explicit operator Celsius(Fahrenh...
分类:其他好文   时间:2014-05-08 12:42:03    阅读次数:330
Fatal error: Maximum execution time of 30 seconds exceeded in
Fatal error: Maximum execution time of 30 seconds exceeded inC:\Program Files\Apache Software Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:其他好文   时间:2014-05-07 16:53:31    阅读次数:338
eclipse生成uml
安装eclipse插件在help->Install new software里面add有本地和网络两种1.ModelGoon该插件需要在file中newModelGoon Diagrams新建文件,然后把要生成的文件拖进去,还不支持文件夹拖放,不太方便;同时他只能生成类成员,如果是静态的就无法显示了...
分类:系统相关   时间:2014-05-07 13:22:13    阅读次数:435
翻译:wiki中的business logic词条
Business logic=============业务逻辑=============From Wikipedia, the free encyclopedia来自Wikipedia,自由的百科全书In computer software, business logic or domain log...
分类:其他好文   时间:2014-05-07 13:00:23    阅读次数:588
STL 之 stack 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_stack.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its do...
分类:其他好文   时间:2014-05-07 07:40:07    阅读次数:322
AssertionError、Error和Throwable
AssertionError继承Error,提供了多个构造方法,代码如下: /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this w...
分类:其他好文   时间:2014-05-07 03:20:22    阅读次数:579
《谷歌和亚马逊如何做产品》
《谷歌和亚马逊如何做产品》基本信息原书名:Shipping greatness:practical lessons on building and launching outstanding software,learned on the job aGoogle and Amazon?作者: (美)...
分类:其他好文   时间:2014-05-07 02:36:34    阅读次数:338
STL 之 queue、priority_queue 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_queue.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its document...
分类:其他好文   时间:2014-05-06 22:22:55    阅读次数:402
ubuntu 下安装nodejs以及pm2
ubuntu12.04服务器可以使用apt-get方式安装NodeJS,但是,安装完后的版本为v0.6.12的版本,如果我们想要使用新一点的版本需要做如下配置:apt-getinstallpython-software-properties apt-add-repositoryppa:chris-lea/node.js apt-getupdate apt-getinstallnodejs安装完成后可以..
分类:Web程序   时间:2014-05-06 16:45:52    阅读次数:378
jQuery is not defined
今天在试验jqgrid时用到jquery,一直报jQueryisnotdefined错误。此错误的原因基本是jquery文件引入时路径有错误。最初用src="../js/jquery-1.11.0.min.js",在eclipse中可以找到该文件,但是在firebug中表示路径有误。改为js/jquery-1.11.0.min.js就可以了。另外一种解决办法是..
分类:Web程序   时间:2014-05-06 15:57:09    阅读次数:557
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!