• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






小路的博客空间

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2009年12月14日

ext
摘要: 在内存占用上ext比jquery大很多 但是在执行效率和UI感知上 ext更好一些 当然这些都没有胖客户端flex好 无论在UI感知执行效率上 flex都是很好的1.ext视图最好定义一个大体的界面 比方说用Viewport 来实现布局 大体上时上中下左右2.在面板里面加子面板可以直接加上items[] 注意里面是个数组对象,给子对象加动作:listeners : {activate : func... 阅读全文
posted @ 2009-12-14 11:11 小lu 阅读(326) 评论(0) 推荐(0)
 

2009年12月11日

js状态栏控制
摘要: <a onclick='window.open("url“)>说明</a><a href='url' onmouseover="window.status='';return true" target='_black' onfocus="window.status='';return true">说明</a> 阅读全文
posted @ 2009-12-11 16:39 小lu 阅读(220) 评论(0) 推荐(0)
 
大学时写的一些小程序-8(c桌面时钟)
摘要: #include<graphics.h>#include<conio.h>#include<math.h>#include<dos.h>#define LH 55#define LM 90#define LS 133#define LEG 200#define LEG2 193#define DUL 185main(){int gdriver,gmo... 阅读全文
posted @ 2009-12-11 16:33 小lu 阅读(482) 评论(0) 推荐(0)
 
大学时写的一些小程序-7(颜色生成)
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><TITLE> New Document </TITLE><META NAME="Generator" CONTENT="EditPlus"><META NAME="Auth... 阅读全文
posted @ 2009-12-11 16:27 小lu 阅读(150) 评论(0) 推荐(0)
 
大学时写的一些小程序-6(vc图片处理)
摘要: #define WORD unsigned short#define DWORD int#define BYTE unsigned char#include<iostream.h>#include<fstream.h>BYTE *store1,*store2,*store3,*store4;struct BMPH{ WORD BMPId; DWORD FileSize; W... 阅读全文
posted @ 2009-12-11 16:22 小lu 阅读(439) 评论(0) 推荐(0)
 
大学时写的一些小程序-5(c写的圆碰撞程序)
摘要: #include<graphics.h>#include<conio.h>#include<stdio.h>#include<stdlib.h>#include<math.h>#define NUM 5#define XSPED 2#define YSPED 2#define SHUAX 20#define BAJ 20main(){ch... 阅读全文
posted @ 2009-12-11 16:19 小lu 阅读(326) 评论(0) 推荐(0)
 
大学时写的一些小程序-4(c鼠标)
摘要: #define LEN 15#define NAME 2#include<dos.h>#include<graphics.h>#include<conio.h>main(){int oldX,oldY;union REGS inr,outr;struct time tim;int dr=DETECT,gmode;initgraph(&dr,&gm... 阅读全文
posted @ 2009-12-11 16:14 小lu 阅读(132) 评论(0) 推荐(0)
 
大学时写的一些小程序-3(js的小型文件分析程序)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta htt... 阅读全文
posted @ 2009-12-11 16:11 小lu 阅读(258) 评论(0) 推荐(0)
 
大学时写的一些小程序-2(js的小型文件控制程序)
摘要: 一共分4个文件 分别是主程序 main.html 左边窗口:mainleft.html 右边窗口:mainright.html 还有相应的文件属性窗口:mainproperty.htmlmain.html<HTML><head><title>Give this SoftWare To my Lovest GF LuLU</title><meta... 阅读全文
posted @ 2009-12-11 16:08 小lu 阅读(181) 评论(0) 推荐(0)
 
大学时写的一些小程序-1 (js写的小钟表 很难看)
摘要: <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>新建网页 1</title></head><body ><script language="javascript">var nod... 阅读全文
posted @ 2009-12-11 15:59 小lu 阅读(319) 评论(0) 推荐(0)