2011年日志

    技术2024-12-04  16

    2.9

    context menu project

    upload the source and ss library sourcecode and myBase's data to web

    I'll clear up it tonight

     

     develop the function : SSCreateDirectory to rescure create directory in windows.

     

    2.10

    develop the function : GetFsInfo, GetCompressedFsInfo, GetLocalMachineTime

     

    the first firefox xpcom : Helloworld

     

    move the cat : Functions to SSLibrary

     

    take a bath

     

    2.11

    move SSOS project of SSLibrary to namespace SSLibrary.

    try to develop the second xpcom : SSOFfPlugin, the "content-policy" can't be called.

    develop the RMTV1's first version of clean VC temp files

     

    2.12

    the problem of "content-policy", please make sure the xulrunner-sdk match the firefox

     perfect the vc template file clean up of RMTV1

     

     

    2.14

    development for sso plugin, the functions had implment:

      startup when firefox process create

      monitor the click and keydown events

      monitor the new firefox top window creaste and window title change

      setup by xpi bag.

     

    2.15

    just work on firefox extension

     

    2.18

    I don't know what I do the other day

    study the book <introduction to algorithms>, in page 659[654], I blocked by "绝对收敛级数", I think I must find more resource to understand it.

     

    2.19

    algrothms : list all the combine

    1)

    void Per(T list[], int k, int m) =

    the first part : list[0], list[1],...,list[k-1]

    +

    the second part :  list[k:m]  {k->m) all combine form}

    2) list[k1, k2, ... , kn) = k1 list[k2,...,kn] + k2 list[k1,k3,...,kn] + ... + kn list[k1,....,kn-1)

     

    _countf(x) != sizeof(x)/sizeof(x[0])

     

     2.21

    gloomy, I use 3 hours to study the "行列式", but I can't know it.

     

    2.23

    work on firefox extension. change document on ShouldLoad function. Use the old document, then you may get the error value(nsIDOMHTMLInputElement).

    multi thread on firefox. use proxy.

     

    2.24

    geometric series 几何级数 

    调和级数

     

    2.25

        nsCOMPtr<nsIDOMElement> spDE = spDOMElement;

        // ...

        //    spDE->Release(); // error,can't call, just spDE=NULL or other interface is ok    spDE = NULL;

     

    3.1

    android : development environment, jni

     

    3.4

    android : link use log

    LDFLAG=-lm -llog -fPIC -shared -Wl,-s

    not

    LDFLAG=-lm -fPIC -shared -Wl,-s  -llog

     

    I paste 5 hrs for it.

    最新回复(0)