就Back-end而言:就Back-end的工作內容,主要的負責單位是CAD部們,數位工程師只是輔助的角色。如果是輔助的角色,那麼應該要注意哪些細節呢?1.建立primetime環境來驗證CAD做完APR後的netlist是否是符合自己的需求。2.請CAD給一套和他工作環境相同的primetime環...
分类:
其他好文 时间:
2014-04-30 04:30:48
阅读次数:
479
快速移除键盘
之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:-
(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:
移动开发 时间:
2014-04-30 02:54:24
阅读次数:
542
The onload event occurs immediately after a
page or an image is
loaded.onload事件当一个页面或是一张图片加载完成时被触发。onload="所要执行的代码"Parameter参数Description注释SomeJavaScr...
分类:
编程语言 时间:
2014-04-29 22:56:18
阅读次数:
610
由于仅贴出代码,供有缘人参考。import
java.awt.AlphaComposite;import java.awt.Graphics;import
java.awt.Graphics2D;import java.awt.event.ActionEvent;import java.awt.ev...
分类:
其他好文 时间:
2014-04-28 18:32:56
阅读次数:
394
public boolean dispatchTouchEvent(MotionEvent
event) { if (mOnTouchListener != null && mOnTouchListener.onTouch(this,
event)) { retu...
分类:
其他好文 时间:
2014-04-28 18:01:29
阅读次数:
556
#import "RootViewController.h"@interface
RootViewController ()@end@implementation RootViewController-
(id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:
移动开发 时间:
2014-04-28 17:25:33
阅读次数:
629
#import "RootViewController.h"@interface
RootViewController ()@end@implementation RootViewController-
(id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:
移动开发 时间:
2014-04-28 17:19:46
阅读次数:
596
输入模式的操作Home光标到行首End 光标到行尾Page Up和Page
Down上下翻页Delect删除光标位置的字符删除操作(命令模式使用)x删除光标处的单个字符dd删除光标所在行dw删除当前字符到单词尾包括空格的所有字符#x例如3x删除光标处向右的三个字符#dd例如3dd从当前行开始向下删除...
分类:
其他好文 时间:
2014-04-28 15:21:16
阅读次数:
588
#import "RootViewController.h"@interface
RootViewController ()@end@implementation RootViewController-
(id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:
移动开发 时间:
2014-04-28 15:11:25
阅读次数:
656
对于大型项目来说,测试非常重要。它让你可以自信地进行重构,而这对于保持大型项目代码整洁非常重要。大型应用应该既拥有单元测试,也要拥有端到端(end-to-end)测试。单元测试有助于定位问题,而端到端的测试能够确保整个应用像期望的那样工作。每个控制器、服务、过滤器和指令都应该拥有一系列单元测试。而应...
分类:
其他好文 时间:
2014-04-28 13:07:24
阅读次数:
431