240 发简信
IP属地:河南
  • python bs4的坑

    lxm解析html会导致丢失结构 html5lib解析不会丢失结构

  • 120
    mac下mysql配置my.cnf无效

    mac下mysql在/etc下配置my.cnf无效 网上也没搜到相关信息 翻官网文档说是默认配置信息在以下plist中 sudo vim /Library/LaunchDae...

  • 我也要包子:smile:

    Mac系统mysql设置事务隔离级别

    Mac系统mysql设置事务隔离级别 MySQL数据库事务隔离级别主要有四种: Serializable 串行化,一个事务一个事务的执行 Repeatable read 可重...

  • 限制输入长度

    - (void)textFieldDidChange:(UITextField *)textField { UITextField * textfield = [_table...

  • 计算字符宽度

    /* 计算字符宽度 */ NSString *str=@"一"; CGSize size=CGSizeMake(270, MAXFLOAT); UIFont * font= ...

  • masonry任意等分

    NSInteger count = 3; UIView * tempView = nil; for (NSInteger i = 0; i < count; i++) { U...

  • 当前时间加20分钟

    NSDate *dates = [self.datePickerView date]; NSTimeInterval interval = 20 * 60; NSDate *...