//方法一HttpContext.Current.Request.UserHostAddress; //方法二HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];//方法三string strHostName = System.Net...
                            
                            
                                分类:
其他好文   时间:
2014-11-07 16:22:32   
                                阅读次数:
172
                             
                    
                        
                            
                            
                                1、简单语句1.1、foreach...if....else 1.1.1 json内容:{ "tag_require":["111","222","333","444","555","6666"]} 1.1.2 tpl页面 current" title="...
                            
                            
                                分类:
其他好文   时间:
2014-11-06 19:21:45   
                                阅读次数:
218
                             
                    
                        
                            
                            
                                使用ThoughtWorks.QRCode生成,利用这个库来生成带Logo的二维码(就是中间嵌了一个图片的二维码),直接见代码: HttpContext context = HttpContext.Current; String data = "二维码的内容";//如果是链接会...
                            
                            
                                分类:
Web程序   时间:
2014-11-06 19:05:55   
                                阅读次数:
243
                             
                    
                        
                            
                            
                                string postStr = ""; Stream s = System.Web.HttpContext.Current.Request.InputStream; byte[] b = new byte[s.Length]; s.Read(b, 0, (int)s.Length); postSt...
                            
                            
                                分类:
微信   时间:
2014-11-06 17:16:13   
                                阅读次数:
436
                             
                    
                        
                            
                            
                                服务端://方法一HttpContext.Current.Request.UserHostAddress;//方法二HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];//方法三string strHostName = System....
                            
                            
                                分类:
Web程序   时间:
2014-11-06 12:32:33   
                                阅读次数:
176
                             
                    
                        
                            
                            
                                v2版为非健全版本,很明显不能再最前端插入。 int?sll_insert_v2(Node?*current,?int?value)
{
????Node?*prev;
????Node?*newNode;
????while?(current?!=?NULL?&&?current->valu...
                            
                            
                                分类:
编程语言   时间:
2014-11-05 15:11:35   
                                阅读次数:
153
                             
                    
                        
                            
                            
                                Spring Proxying Mechanisms_Spring代理机制 来自:/current/spring-framework-reference4.1.1 Spring AOP uses either JDK dynamic proxies or CGLIB to create the proxy for a given target object. (JDK dyna...
                            
                            
                                分类:
编程语言   时间:
2014-11-05 13:14:40   
                                阅读次数:
193
                             
                    
                        
                            
                            
                                一、Warning C4819:The file contains a character that can ot be represented in the current code page(936). save the file in unicode format to prevent dat...
                            
                            
                                分类:
其他好文   时间:
2014-11-05 12:57:38   
                                阅读次数:
221
                             
                    
                        
                            
                            
                                在notepad++中新建文件hello.cs,F5运行,配置命令行cmd /K C:\windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /t:exe /out:$(FULL_CURRENT_PATH).exe $(FULL_CURRENT_PAT...
                            
                            
                         
                    
                        
                            
                            
                                *MathfUnity Mathf 数学运算(C#)*Vector3.LerpThe second line usesVector3.Lerpto determine the zombie’s new location along the path between its current and t...
                            
                            
                                分类:
编程语言   时间:
2014-11-04 14:24:58   
                                阅读次数:
341