Giter Club home page Giter Club logo

phplock's People

Watchers

 avatar

phplock's Issues

操作startlock endlock可否省略掉


非常感谢分享,
建议startlock endlock可以省掉,放入lock与unlock.

我知道您可能想提供给用户更多可操作的返回,让调用者可��
�更多,
可否考虑用一个成员变量ERROR来保存startlock 
与lock中各种调用出错。



Original issue reported on code.google.com by [email protected] on 13 Jan 2011 at 6:12

crc problem

非常感谢分享:
循环冗余校验码的作用是将字符串映射成数字,然后对100求��
�目的是最终映射100个文件,但如下这个部分是做什么用的:
$crc = abs ( crc32 ( $string ) );
        if ($crc & 0x80000000) {
            $crc ^= 0xffffffff;
            $crc += 1;
        }
已经取绝对值情况下还需要判断首位为负么?
如果是64位系统呢,算法有影响么。


Original issue reported on code.google.com by [email protected] on 16 Nov 2010 at 7:14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.