个人总结_5.6

昨天干了什么:

  窗口框架

今天干了什么:

  swing组件,边学边写

困难:

  设计布局,功能想不全面

时间: 2024-07-30 11:36:38

个人总结_5.6的相关文章

17._5正则表达式的替换

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Text.RegularExpressions; namespace _17._5正则表达式的替换 { class Program { static void Main(string[] args) { string input = "Wel

JQuery日记_5.14 Sizzle选择器(七)

上篇说道,tokenize方法会把selector分割成一个个selector逻辑单元(如div>a是三个逻辑单元 'div','>','a')并为之片段赋予对应类型的过滤函数. for ( type in Expr.filter ) { if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || (match = preFilters[ type ]( match ))) ) { matc

webService_cxf_消息中间件_5.16

前言:自上周五开始,因为公司刚好来人培训,因为我还在出差,熬了一个周末早9-晚9两天搞完了三天的课程,觉得还不错..但是很多东西还是要自己摸索的.到今天来一个小结吧. 一.概述 1.webService 说白了,就是为企业执行SOA的一个工具而已. 2.消息中间件,作为SOA架构的一条esb,即企业服务总线. 二.实现 简介:这套东西要用到2个webservice(Webservice_Server&webService_Client),一个作为 hwHosting的webservice,一个作

18._5索引器在类中的使用

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._5索引器在类中的使用 { class Program { public class indexText //访问类实例 { private int[] array = new int[10]; public int this[int in

JQuery日记_5.13 Sizzle选择器(六)选择器的效率

当选择表达式不符合快速匹配(id,tag,class)和原生QSA不可用或返回错误时,将调用select(selector, context, results, seed)方法,此方法迭代DOM选择.过滤元素, 在DOM树非常大的时候为了保证效率,应该保证html设计的合理,尽量使用可快速匹配(id,tag,class)的表达式,其次是QSA支持的选择器,尽量不要使用jquery扩展的selector和嵌套selector,然后是尽量不要使用位置伪类(它是从左向右查找,需要多次循环内套循环遍历)

JQuery日期_5.20 JQuery对Sizzle选择器的扩展

代码很简单直接上源码 function winnow( elements, qualifier, not ) { //如果qualifier是函数 if ( jQuery.isFunction( qualifier ) ) { //not为true时,返回qualifier返回false的elements //not为false时,返回qualifier返回true的elements return jQuery.grep( elements, function( elem, i ) { /* j

个人总结_5.9

昨天干了什么 连接数据库 今天干了什么 查找闹钟程序 模仿闹钟程序 困难 不理解网上的程序

个人总结_5.10

昨天干了什么 查找闹钟代码 今天干了什么 完善代码 困难 搜到的代码不理解,程序调试不成功

JavaSE复习_5 Eclipse的常见操作

△用鼠标点击生成的java源文件,按下F4可以观察类的生成的层次结构 △window-showreview:可以显示命令窗口. window-perspective-reset:可以将打乱的命令窗口重置 △alt+/:输入for,按下:可以直接生成for语句;输入syso按下即可变成输出语句 △window-perference-java-editor-templates △快捷键:ctrl+shift+f:格式化 ctrl+shift+o:导入包,整理包 alt+/:导入包 注释:ctrl+/

Computer Network学习笔记_5

4-1_Network_Layer_Overview 一个知识点:routing和forwarding的区别.Routing is the process of deciding in which direction to send traffic-Network wide(global)and expensive.Forwarding is the process of sending a packet on its way-Node process(local) and fast. 因为网络