Betty Lu's Profile

Member since Nov 07, 2008, follows 0 people, 0 public groups, 160 public bookmarks (162 total).

More »
Tags

Recent Tags:
Top Tags:

More »
Recent Bookmarks and Annotations

  • [世界概览]第三种猩猩:人类的身世与未来(转载)_国际观察_天涯社区 on 2009-08-05
    • 然而,毕克顿比乔姆斯基更进一步,他主张:我们不仅生来已内建了一套通用语法--一组可调整的开关,而且这组开关已经预先设定过了就是一再在"克里奥"语法中浮现的那些特征。如果幼儿学习的第一语言,与预置的内建语法设定有冲突,那预置的设定能够被改过来。但是如果幼儿学习的第一语言并不"正常",是一种没有结构的"洋泾浜"那么"克里奥"设定就会是幼儿长大后所说的语言的设定。换言之,"克里奥"的语法特征,就是天生的"普遍语法"的预置设定。
      • Betty Lu

        Betty Lu on 2009-08-05

        那与这个预设特征不同的语法最初是怎么出现的?。

    • 英美儿童学习疑问句的确有困难,可能是因为天生的语法设定规定叙述句与疑问句使用同样的"字序 "。
      • Betty Lu

        Betty Lu on 2009-08-05

        逻辑错误。也可能是因为疑问句的使用频率本身比陈述句低很多,陈述句用的多当然学的快。

    • 1 more annotations...
  • 东城区图书馆网站 on 2009-07-30
    • 可以自带笔记本电脑在图书馆上网吗

        一般情况下不允许,有特殊情况,需经部主任批准。
  • 中国经济模式转型的挑战-陈志武-搜狐博客 on 2009-07-06
    • 比如前年中石油A股上市时,整个中石油的市值超过1万亿美元,按理说,用这1万亿美元除以13亿人口,每个中国公民在中石油里面差不多有属于自己的一千美元财富,一个三口人的家庭在中间有3千美元财富。所以,任何时候中石油的股价涨10%,每个中国人的财富差不多就增加了100美元!如果是私有制的话,如果每个人直接拥有属于自己的中石油股票,那么,增值之后,会有很多人立即跑到餐馆多吃一顿饭,女士们可能会多买一件漂亮的衣服,是吧?换句话说,如果是私有制,这些中石油、中石化、中国银行、工商银行等等的股权财富就都能转换成民间的收入、民间的消费。
    • 当时清朝一年的财政税收相当于205万个北京工匠一年的收入,差不多就是205万个北京工匠就可供养整个乾隆朝廷方方面面的开支
    • 11 more annotations...
  • Stanford Linguistics | Graduate | Fellowship Information on 2009-07-03
    • $50,000 and renewable for a second year.
    • Cornell Fellowship Database provides *by far* the longest list of
      opportunities, including lists of summer and postdoctoral opportunities;
      searchable as a database, contains detailed descriptions of programs, as
      well as links to their web sites.
  • Stanford Linguistics | Graduate | Admissions on 2009-07-03
      • academic potential as evidenced in past academic achievement
      • an understanding of what Linguistics is. In general, we prefer
        students who have had at least some training in Linguistics
      • a strong motivation to engage in Linguistics
      • an understanding of, and passion for, research
      • a good fit between the applicant's interests and the interests and
        capabilities of our faculty
    • Caution: avoid telling us too
      much about your childhood and your fascination with language
    • 1 more annotations...
  • Google Wave Sandbox Account Request on 2009-06-15
  • 如何忽略防火长城 - 译言翻译 on 2009-06-03
    • Linux可以安装iptables并使用此命令:


      iptables -A INPUT -p tcp --tcp-flags RST RST -j DROP


      来丢弃传入的RST置位报文。如果是FreeBSD的ipfw那么命令是这样的:


      ipfw add 1000 drop tcp from any to me tcpflags rst in

  • javascript性能优化 | omiga on 2009-05-28
    • 4、反转循环


      循环在各种编程语言中得到大量应用,所以保持循环的高效性尤为重要。按照反向的顺序进行循环迭代是一种有效的方法。


      for(var i=aValues.length-1; i >= 0; i--){
       //do something
      }

      反转循环有利于减低算法的复杂度。它用常数0作为循环控制语句以减小执行时间。

    • 7、优化if语句


      使用if语句和多个else语句时,一定要把最有可能的情况放在第一个,然后是第二可能出现的情况,如此排列,这样就减少了要进行多次测试才能遇到正确条件的情况。


      同时也要尽量减少else if语句的数量,并且将条件按照二叉树的方式进行排列。例如:


      if(iNum>0){
      if(iNum>10){
       alert("Between 0 and 10");
      }else{
       if(iNum>20){
        alert("Between 10 and 20");
       }else{
        if(iNum<30){
         alert("Between 20 and 30");
        }else{
         alert("Greater than or equal to 30");
        }
       }
      }
      }else{
       alert("Less than or equal to 0");
      }
    • 3 more annotations...
  • jQuery Performance Rules - Best Practices for Speeding Up jQuery on 2009-05-25
    • The fastest selector in jQuery is the ID selector
    • closest
    • 16 more annotations...
  • jQuery性能优化指南 - 译言翻译 on 2009-05-25

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo