摘要:
RADIDE MultiPaste https://community.embarcadero.com/blogs/entry/multipaste-in-the-rad-studio-ide http://docwiki.embarcadero.com/RADStudio/Berlin/en/Mu
阅读全文
posted @ 2017-02-15 12:04
lypzxy
阅读(165)
推荐(0)
摘要:
delphi 调用 c++builder c++builder 调用delphi 混合调用,mix https://community.embarcadero.com/blogs/entry/mixing-delphi-and-c https://github.com/EmbarcaderoPubl
阅读全文
posted @ 2017-02-14 16:42
lypzxy
阅读(373)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>圆心测试</title> <link rel="stylesheet" href="ycss3.css" type="text/css"> <style> .d
阅读全文
posted @ 2017-02-10 17:29
lypzxy
阅读(259)
推荐(0)
摘要:
delphi 控制音量 静音的类
阅读全文
posted @ 2017-02-05 12:01
lypzxy
阅读(962)
推荐(0)
摘要:
获取Unix时间戳 http://www.cnblogs.com/findumars/p/4716753.html 最简单准确一句话 Result:=IntToStr( DateTimeToUnix(now())-28800); 系统自带的函数 { Unix date conversion supp
阅读全文
posted @ 2017-01-10 16:11
lypzxy
阅读(1940)
推荐(0)
摘要:
UI颜色值 http://xh.5156edu.com/page/z1015m9220j18754.html http://www.uisdc.com/ui-design-color-matching 渐变色合集 http://uigradients.com/#80%27sPurple http:/
阅读全文
posted @ 2017-01-07 21:23
lypzxy
阅读(276)
推荐(0)
摘要:
IdTCPClient1 ios10 no route to host IOS 9 正常 IOS10 出错,参考下面的设置解决问题 http://www.sh-huhe.com/solution/141.html 设置》网络》允许 app访问网络。 ios10.0.2 使用无线局域网与蜂窝移动的应用
阅读全文
posted @ 2016-12-26 21:58
lypzxy
阅读(925)
推荐(0)
摘要:
VMware,打开虚拟文件,调整磁盘大小。 从40G调整到80G 进入虚拟机,打开终端 diskutil list;diskutil resizeVolume disk0s2 80GB http://blog.csdn.net/binyao02123202/article/details/51629
阅读全文
posted @ 2016-12-22 00:40
lypzxy
阅读(989)
推荐(0)
摘要:
1、把手机文字保存为文本文件,通过wifi助手传输。 2、通过qq发送到自己qq,在电脑打开qq查看。 3、手机浏览器,打开在线生成二维码网页,把文字粘贴到网页,生成二维码,然后在能上网的手机扫描,在转发。 4、短信发送,转换。 5、微信转换 6、手机登录网页邮箱转发。
阅读全文
posted @ 2016-12-21 14:17
lypzxy
阅读(2041)
推荐(0)
摘要:
开源 https://github.com/project-jedi/jcl jclDebug 下载jcl,还要下载https://github.com/project-jedi/jedi里的2个inc文件 放到jcl-master\jcl\source\include\jedi目录里。 运行jcl
阅读全文
posted @ 2016-12-12 18:09
lypzxy
阅读(2755)
推荐(0)
摘要:
ps打开png图片文件 改颜色 1、魔棒工具,选择图片中的圆圈或方框,双击,选中,出现蚂蚁线。 2、右侧调好颜色 3、alt+delete颜色就改成功了。保存ok。 吸管工具,吸到颜色,存到色板。需要的时候使用即可。 缩放图片:ctrl+,ctrl- 缩放图片。 生成PNG文件 文件导出/存储为 P
阅读全文
posted @ 2016-12-09 18:42
lypzxy
阅读(7496)
推荐(0)
摘要:
New Bitmap Links Editor http://docwiki.appmethod.com/appmethod/1.17/topics/en/What's_New A new editor allows graphic edition for TBitmapLink propertie
阅读全文
posted @ 2016-12-09 09:58
lypzxy
阅读(421)
推荐(0)
摘要:
https://community.embarcadero.com/blogs?view=entry&id=9356
阅读全文
posted @ 2016-12-06 20:15
lypzxy
阅读(559)
推荐(0)
摘要:
滑动输入数字 NumberBox控件 HorzIncrement:划动自动增加输入值的步长 combobox控件 http://docwiki.embarcadero.com/RADStudio/Berlin/en/Using_Pickers_to_Provide_Platform-Specific
阅读全文
posted @ 2016-12-04 09:59
lypzxy
阅读(1008)
推荐(0)
摘要:
delphi、C++、C# 数据类型对应 byte:1个字节。 int/Integer: long: long long:8字节,64位 shortInt:2字节,16位 LongInt:4字节,32位 Int64:8字节,64位 word: float:4字节 double:8字节 http://
阅读全文
posted @ 2016-11-28 09:03
lypzxy
阅读(1333)
推荐(0)