码迷,mamicode.com
首页 >  
搜索关键字:mainframe assembler    ( 169个结果
navigate frame框架
string uriText = String.Format("/Product.xaml?productID={0}&type={1}", productID, productType);mainFrame.Navigate(new Uri(uriText), UriKind.Relative);...
分类:其他好文   时间:2015-10-02 00:11:13    阅读次数:173
Compiler, Assembler, Linker, Loader
大多数计算机使用8位的块(称为字节 byte),作为最小的可寻址的存储器单位,而不是在存储器中访问单独的位。程序将存储器视为一个非常大的字节数组,称为虚拟存储器(virtural memory)。存储器的每个字节都由一个唯一的数字来标示,称为它的地址,所有可能地址的集合称为虚拟地址空间。这个虚拟地址...
分类:其他好文   时间:2015-09-18 21:48:10    阅读次数:163
上火啊,替换字符串,HTML,
-(void)webViewDidFinishLoad:(UIWebView *)webView{ JSContext *jsContext = [webView valueForKeyPath: @"documentView.webView.mainFrame.javaScriptContext....
分类:Web程序   时间:2015-08-31 18:55:38    阅读次数:152
Swing带TrayIcon(托盘小图标)的Hello world示例
首先上一个经典的Hello world示例: 1 package com.xxx.yyy.zzz; 2 3 import javax.swing.JFrame; 4 5 public class MainFrame extends JFrame { 6 7 private st...
分类:Windows程序   时间:2015-08-20 18:30:44    阅读次数:274
linux调优
关于CPU中央处理器调优CPU处理数据的方式:1.批处理,顺序处理请求.(切换次数少,吞吏量大)2.分时处理.(如同"独占",吞吏量小)(时间片,把请求分为一个一个的时间片,一片一片的分给CPU处理)我们现在使用x86就是这种架构3.实时处理.例:批处理——以前的大型机(Mainframe)上所采..
分类:系统相关   时间:2015-08-10 02:07:40    阅读次数:266
Scala界面事件处理编程实战详解.
今天学习了一个Scala界面事件处理编程,让我们从代码出发。import scala.swing._import scala.swing.event._object GUI_Panel extends SimpleSwingApplication{ def top = new MainFrame{/...
分类:其他好文   时间:2015-07-30 21:19:14    阅读次数:108
Scala界面事件处理
示例代码: import scala.swing.SimpleSwingApplication import scala.swing.MainFrame import scala.swing.Button import scala.swing.Label import scala.swing.Orientation import scala.swing.BoxPanel import s...
分类:其他好文   时间:2015-07-30 00:44:31    阅读次数:161
Scala界面Panel、Layout初探
示例代码: package com.dt.scala.gui import scala.swing.SimpleSwingApplication import scala.swing.MainFrame import scala.swing.Button import scala.swing.Label import scala.swing.Orientation import scala.s...
分类:其他好文   时间:2015-07-28 23:21:05    阅读次数:556
scala界面GUI编程实战初步了解
示例代码: import scala.swing._ //SimpleSwingApplication继承自SwingApplication类(此类中有main方法,因此可以运行显示界面) object Hello_GUI extends SimpleSwingApplication { def top = new MainFrame{ //顶级容器 title = "Hello...
分类:其他好文   时间:2015-07-27 22:58:27    阅读次数:116
Web应用程序客户端
今天,开始了新的课程的学习,有关于web应用程序和XHTML基础。感觉还是比较的简单,主要是要靠自己去理解记忆书上的知识。主机/亚终端主机/终端模式(Mainframe/Terminal):终端的用户界面是基于字符的简单屏幕。(例如:超市收银、航空售票、小型储蓄所等)但它受很多问题影响,包括如下方面...
分类:Web程序   时间:2015-07-27 20:41:42    阅读次数:164
169条   上一页 1 ... 8 9 10 11 12 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!