最新文章第5页
一家专营的虚拟业务会员批发货源平台,包含QQ各项业务及影视业务,爱奇艺会员CDK、腾讯视频会员CDK、优酷会员CDK、芒果会员CDK等,24小时自动发卡。-天煜博客

一家专营的虚拟业务会员批发货源平台,包含QQ各项业务及影视业务,爱奇艺会员CDK、腾讯视频会员CDK、优酷会员CDK、芒果会员CDK等,24小时自动发卡。

天语小铺,数卡货源站,发卡网,业务代充网,数卡,天河发卡网,雅熙哥发卡网,小影数卡,自助下单,电影影视美团爱奇艺腾讯优酷滴滴打车,饿了么会员,免费百度网盘会员,点卡批发卡数卡平台,饿了么,爱奇艺...
编程麻瓜的头像-天煜博客编程麻瓜4年前
0143810
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)Getting Started

Here‘s the link to the main post. This post assumes that you have a Windows based host. I had completed the installation on Windows 10 running on a Lenovo laptop with a dual-core ...
repo常用命令总结-天煜博客

repo常用命令总结

repo start ##创建并切换分支 repo start newbranchname [--all | projectName] repo start是对git checkout -b 命令的封装。这条指令与git checkout -b 还是有很大的区别的,git checkout -b ...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)PeopleTools Installation

Link to the main post So, if you’ve come this far, you should be able to access the PeopleSoft home page without any issues In this post, let us look at installing PeopleTools. Fi...
linux下使用man命令查看系统调用-天煜博客

linux下使用man命令查看系统调用

我在阅读《linux系统编程》以及查看网上关于系统函数的博客时,老是看到诸如“详细使用请查看man手册”等等。作为linux菜鸟,刚使用linux时,我们都知道可以用man命令来查看linux命令的用法,但...
天煜博客服务器迁移公告-天煜博客

天煜博客服务器迁移公告

为了更好的用户体验,服务器和数据库整体迁移了。
编程麻瓜的头像-天煜博客编程麻瓜6年前
07815
线程同步之互斥锁:pthread_mutex_init,pthread_mutex_lock,pthread_mutex_unlock,pthread_mutex_destroy-天煜博客

线程同步之互斥锁:pthread_mutex_init,pthread_mutex_lock,pthread_mutex_unlock,pthread_mutex_destroy

主要函数说明 int pthread_mutex_init (pthread_mutex_t *__mutex,const pthread_mutexattr_t *__mutexattr)创建一个锁; int pthread_mutex_destroy (pthread_mutex_t *__mutex)销毁锁; int pth...
C语言数组练习题-天煜博客

C语言数组练习题删除法筛选质数

我写的筛选质数的思路是: 1.先生成2到NUM直接的全部整数(代码上面哪个注释写错了,没改过来) 2.第一层循环 从2循环到上一步生成的数组成员总数,自增变量为m。第二层循环是遍历从1到m,自增...
编程麻瓜的头像-天煜博客编程麻瓜6年前
0815
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)SQL Developer & Putty

If you’ve installed the Oracle Client successfully, you can get SQL Developer up and running in no time. Click on SQL Developer from the Start menu Once you get the following wi...
海思平台vi vpss venc vdec vpss模块中的分辨率总结-天煜博客

海思平台vi vpss venc vdec vpss模块中的分辨率总结

VI、VPSS、VENC、VDEC、VO对这五个模块配置过程中都涉及到分辨率,现在总结如下: 1.VI模块: 涉及到的函数:HI_S32 HI_MPI_VI_SetChnAttr(VI_CHN ViChn, const VI_CHN_ATTR_S *pstAttr); 其中...