10 2016 档案

solve the problem of 'java web project cannot display verification code'
摘要:my java code of the function: First, I found that the awt library of java cannot be used on Linux. So, must add parameters of jvm to run it. As for th 阅读全文

posted @ 2016-10-31 23:22 J·Marcus 阅读(330) 评论(0) 推荐(0) 编辑

sql 笔记(mysql)
摘要:主键:一列或一组列,其值能够唯一区分表中的每一行。 外键:外键为某个表中的一列,包含另一个表的主键值。 create table department (id int not null primary key,name char(20)); create table employeee (id in 阅读全文

posted @ 2016-10-31 21:43 J·Marcus 阅读(350) 评论(0) 推荐(0) 编辑

My first makefile to compile multiple C files
摘要:I have three files to compile: main.c, func.c, func.h The steps: 1 main.c to main.o 2 func.c to func.o 3 link main.o func.o to main(file that can exec 阅读全文

posted @ 2016-10-10 22:13 J·Marcus 阅读(214) 评论(0) 推荐(0) 编辑

How to use the function of assembly.
摘要:Here are some simple conceptions that I summarized: 1, %rsp top of the stack 2, %rbp base address 3, The stack of function is upside down So when we p 阅读全文

posted @ 2016-10-07 12:11 J·Marcus 阅读(216) 评论(0) 推荐(0) 编辑

LeetCode Note 1st,practice makes perfect
摘要:1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo 阅读全文

posted @ 2016-10-07 11:45 J·Marcus 阅读(216) 评论(0) 推荐(0) 编辑

Socket programing(make a chat software) summary 1:How to accsess LAN from WAN
摘要:First we should know some basic conceptions about network: 1.Every PC is supposed to have its own IP,So we can connent other's PC by WAN.That's just l 阅读全文

posted @ 2016-10-06 20:01 J·Marcus 阅读(312) 评论(0) 推荐(0) 编辑

Using assembly writing algorithm programs
摘要:This's my first version.The logic is simple, just the selection sort. I spent much time learning how to write AT&T assembly on 64-bit Linux.almost all 阅读全文

posted @ 2016-10-04 15:37 J·Marcus 阅读(214) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示