搜索到与相关的文章
各行各业

OPNET学习笔记之simple_source模块

simple_source模块的功能是按照配置产生包,包括不同的包格式和产生速率,也是比较简单的进程模型。参考了《opnetprocessmodel:simple_source分析》http://hi.baidu.com/ebinghaus/blog/item/c7cade9228876c83a877a405.html该模块有4个localstatistic,注意有5个modelattribute,分别是PacketInterarrivalTime,Pac

系统 2019-08-12 09:27:06 2779

Android

【Android Developers Training】 33. 接收来自

注:本文翻译自Google官方的AndroidDevelopersTraining文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/sharing/receive.html既然你的应用可以向其它应用发送数据,那么你的应用也可以接收来自其它应用的数据。您需要思考一下用户是如何与你的应用交互的,以及你希望接收来自其它应用什么样的数据。例如,一个社交网络应用

系统 2019-08-12 01:55:16 2779

Ubuntu

ubuntu cx_Oracle安装手记

ubuntucx_Oracle安装手记(1)$sudoapt-getinstallpython-dev//对于缺少python.h的某些版本(2)http://cx-oracle.sourceforge.net/下载SourceCodeonly.我下的版本是cx_Oracle-5.0.tar.gz.$tarzxvfcx_Oracle-5.0.tar.gz$cdcx_Oracle-5.0$setuppythonbuild$setuppythoninstall

系统 2019-08-12 01:53:45 2779

操作系统

shell--函数返回值

#!/bin/bashfunctionmyfun(){echo"echoresult"return0}returnValue=$(myfun)echo"${returnValue}"这里returnValue得到的并不是0,而是"echoresult",想要得到function内的return值,要用$?输出:$bash-xtest.sh++myfun++echo'echoresult'++return0+returnValue='echoresult'+

系统 2019-08-12 01:32:04 2779

Python

Python Django Cookie 简单用法解析

home.html:个人信息页面个人信息页面只有返回一串字符串login.html:登录页面登录页面{%csrf_token%}账号:密码:要考虑加上csrf_token,不然会403login函数:fromdjango.shortcutsimportrender,redirectfromapp01importmodelsdeflogin(request):ifrequest.method=="POST":username=request.POST.get

系统 2019-09-27 17:57:45 2778

Jquery

jQuery浏览器版本判断

jQuery浏览器版本判断jQuery浏览器判断,jQuery提供了一个jQuery.browser方法来判断浏览器可用值:safarioperamsiemozilla例如:if($.browser.msie){alert("MicrosoftInternetExplorer")}if($.browser.mozilla){alert("MozillaFirefox")}当然有时候我们还需要区分版本这就要用到jQuery.browser.version例如

系统 2019-08-29 23:38:06 2778

Jquery

jQuery实现的向下推送图文信息滚动效果

WEB页面需要展示网站最新信息,如微博动态、余票信息、路况监控等项目中常见的实时数据滚动效果,我们可以用jQuery来实现前端信息滚动效果。本文我们将结合实例为大家讲解如何使用jQuery来实现图文信息滚动效果。查看演示下载源码HTML我们以新浪微博信息滚动为背景,html中包含了多条微博图文信息,结构如下:
  • 系统 2019-08-29 23:12:40 2778

Jquery

10 个 jQuery 动态效果

Whatevercontentyouhavetopresent,youcanpresenttheminamoreinteractive&moreresponsiveways.Inthisarticlewe’dliketopresent10BrillianttechniquesusingsomejQuerymagictograbtheattentionofyouruserswithasimple,richuserexperiencethatgetstheme

系统 2019-08-29 23:07:00 2778

Ubuntu

ubuntu 清理Empathy 历史记录 Clear Empathy lo

Empathychatclientstoreschathistoryinyourhomedirectoryunder~/.local/share/TpLogger/logs/Youwillseeadirectoryforeachaccountyouhaveconfiguredandinsideeacharedirectoriesforeachpersonyouhavespokento.Todeletethechathistorycompletelysimp

系统 2019-08-29 22:50:51 2778