1. 60900

    首先 UI FRAMEWORK PAGE: mainframe.jsp 定义page layout。主要分为两大块:LeftPane & MainPane. 而mainPane中主要包含下面个部分: <div id="MainPane" class="MainPane"> <div id="sLeftHandler" style="display:block; ...

    阅读全文
  2. DOM Ready Jquery $(document).ready(function(){ // Code }); YUI Y.on("domready", function(e){ // Code }); 选择器支持 <div class=&qu ...

    阅读全文
  3. YUI Drag & Drop2013-11-20

    http://developer.yahoo.com/yui/dragdrop/  Drag and Drop API Document: http://yui.github.io/yui2/docs/yui_2.9.0_full/docs/module_dragdrop.html  The following configuration properties are currently supported via the contructor ...

    阅读全文
  4. YAHOO.example.Data = { menu: { breakfasts: [ "donuts", "omelette", "pancakes", "yogurt" ], lunches: [ "burrito", "hamburg ...

    阅读全文
  5. YUI 2.9 Samples2013-11-28

    Widget ImageCropper Control Examples: Simple Crop Interface Advanced Crop Interface Real Time Crop Feedback Connection Manager assisted image crop Skinning the ImageCropper     Layout Manager Exampl ...

    阅读全文
  6. YUI2013-11-28

    Using YUI 2: FAQ Getting Started Licensing Support & Community Filing Bugs & Feature Requests Searchable API Documentation: Browse and search the complete YUI API. YUI 2 Developer Tools: Logger Control Pr ...

    阅读全文
  7. Lunt build 官网:http://luntbuild.javaforge.com/ Jenkins(原名Hudson) 官网:https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins ...

    阅读全文
  8. java security model是Java的一个重要的架构特征,这个架构特征保证了Java可以作为网路环境程序开发的技术。因为在网络环境下的所有程序security安全是个重要因素。我们需要保证网络环境下下载的程序本地运行时安全的。 Java security model侧重于保护终端用户在运行从网络上下载的恶意程序时以免中招。实现这个目的就是通过可定制话的sandbox来实现的。一个java程序必须在这个sandbox中运行,这个sandbox可以禁止很多不安全的操作。哪些操作是不 ...

    阅读全文
  9. 一天时间翻看了晋小彦的《形式感+:网页视觉设计创意拓展与快速表现》。这是一篇看起来非常轻松的书,图文并茂,关键是排版设计正如书名,形式感非常棒,大大避免了阅读的疲劳感。这是一本更值得推荐给UI设计门外汉(如我)的书,不是详细的方法教程,却可以拓宽下设计的知识以及灵感和设计视野。 此书大概有以下章节: 01 抄现实(就是抄袭现实中的物体) 02 圆、方、三角(童年的七巧板也能给我们设计的灵感) 03 断臂手术(因为残缺而拥有了令人震撼的美) 04 欲擒故纵(内容多也能 ...

    阅读全文
  10. 错误现象: E:\test>gradle build :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Could not find tools.jar 原因分析: 这个提示很明显是找不到JDK。所以需要设置一下JDK信息。 ...

    阅读全文
123