-
remotewap是任何操作系统的远程管理工具可以支持。
RemoteWAP is a Remote Administration Tool for any Operating System that can support the Java Virtual Machine. It has been designed for anyone who wishes to have complete control of there OS anywhere by using a WAP enabled Mobile Phone. RemoteWAP is developed using Java and WML for the client mobile phone front-end pages. RemoteWAP has a Java Swing-GUI to allow for easy control. Future releases will have a Command Line Interface for quick use
- 2023-05-16 15:45:03下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1
-
a bubble sort algorithms
一个起泡排序算法-a bubble sort algorithms
- 2023-01-14 18:25:04下载
- 积分:1
-
linux环境下数据库操作方法,可以从中学习简单的mysql操作方法...
linux环境下数据库操作方法,可以从中学习简单的mysql操作方法-linux environment database operation, you can learn simple methods of operation mysql
- 2022-05-13 19:08:56下载
- 积分:1
-
通过键盘计算输入的代数式,完成加减乘除运算。
通过键盘计算输入的代数式,完成加减乘除运算。-Calculated through the keyboard input代数式to complete the addition and subtraction multiplication and division calculations.
- 2022-10-19 01:50:06下载
- 积分:1
-
public class phpmailer phpmailer
public class phpmailer phpmailer - PHP email transport cla-public class phpmailer phpmailer- PHP email transport cla
- 2022-10-10 21:35:02下载
- 积分:1
-
here is the xpl that attacks the some of openssl vulnerabilities
here is the xpl that attacks the some of openssl vulnerabilities
- 2022-04-19 17:17:59下载
- 积分:1
-
dll under the control programming
linux下的dll控制编程-dll under the control programming
- 2022-10-25 18:35:03下载
- 积分:1
-
VLC脚本Linux
vlc script for linux
Display web camera and Mic Video/Audio
Please edit the script as you see fit.
- 2023-01-24 09:00:04下载
- 积分:1
-
Linux下进程监控相关源代码,包括top, Ps
Linux下进程监控相关源代码,包括top, Ps-Linux advancement monitoring related source code,
including top, Ps
- 2023-06-27 16:10:04下载
- 积分:1