首页
学习
活动
专区
工具
TVP
发布

编程语言

专栏作者
42
文章
78236
阅读量
13
订阅数
MAC:外接其他接盘设置f1——f12功能键位
MAC 外接接盘f1到f12的功能键不能用,推荐软件:Karabiner 链接在此
菜菜不吃蔡
2018-12-19
5.4K0
iOS:宏定义(项目初期配置)(一)
最近需要重构项目,写个关于重构方面 1.宏定义(基本设置) //读取App的版本号 #define kAPPVersion [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"] //弱引用 #define kWeakSelf(type) __weak typeof(type) weak##type = type; //判断设备版iOS9及以上 #define ADVANCE_IOS9 [[[UI
菜菜不吃蔡
2018-12-13
1K0
Python:pygame.image.load
# -*- coding:utf-8 -*- import pygame import sys from pygame.locals import * white = 255,255,255 blue = 100,0,200 pygame.init() screen = pygame.display.set_mode((600, 600), pygame.RESIZABLE, 0) pygame.display.set_caption("pygame学习(三)图片显示") space = pyg
菜菜不吃蔡
2018-09-19
9320
xcode 真机包导入方式
将下载好的真机包复制到:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
菜菜不吃蔡
2018-08-10
7690
iOS lable多行取每行字符串
最近项目需要从lable的中去每行添加换行符,在网上找了一些资料,总结了一下怎么处理这个问题。
菜菜不吃蔡
2018-08-03
1.1K0
MySQL 安装和配置
1.下载MySQL https://dev.mysql.com/downloads/mysql/;
菜菜不吃蔡
2018-08-03
1.3K0
Python:CGI本地配置方法 Mac Apache
CGI本地配置 Mac,记录一下,网上的看了好多,不怎么好理解,通俗易懂的走个流程吧。
菜菜不吃蔡
2018-08-03
1.7K1
iOS:9.0 wkWebView.scrollView.delegate over-released
在项目的bug统计中发现9.2系统中一个bug, Cannot form weak reference to instance (0x110c5dc0a) of class BViewContrller. It is possible that this object was over-released, or is in the process of deallocation. 原因是在使用wkWebView的时候,添加了 webView.scrollView.delegate = self; 在9
菜菜不吃蔡
2018-08-03
5990
Python:pygame的初步使用(pygame.draw)(二)
pygame.draw # -*- coding:utf-8 -*- import pygame,math from pygame.locals import * import sys pygame.init() screen = pygame.display.set_mode((480,853),pygame.RESIZABLE,0) pygame.display.set_caption("Python.pygame学习(二)绘制图形"); blue = 0,0,200 color = 255,255
菜菜不吃蔡
2018-08-03
1.1K0
没有更多了
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战,赢鹅厂证书、公仔好礼!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档