ASP教程之用JPEG文件EXIF信息ASP版本(2)
问题是他们究竟是喜欢他们是使用软件时,速度快还是速度慢好.(当然在3秒以内).无论是他们输入资料时,查找资料时,分析资料时.IFD0TagsExifLookup.Add"ImageDescription","010E"
ExifLookup.Add"CameraMake","010F"
ExifLookup.Add"CameraModel","0110"
ExifLookup.Add"Orientation","0112"
ExifLookup.Add"XResolution","011A"
ExifLookup.Add"YResolution","011B"
ExifLookup.Add"ResolutionUnit","0128"
ExifLookup.Add"Software","0131"
ExifLookup.Add"DateTime","0132"
ExifLookup.Add"WhitePoint","013E"
ExifLookup.Add"PrimaryChromaticities","013F"
ExifLookup.Add"YCbCrCoefficients","0211"
ExifLookup.Add"YCbCrPositioning","0213"
ExifLookup.Add"ReferenceBlackWhite","0214"
ExifLookup.Add"Copyright","8298"
ExifLookup.Add"ExifOffset","8769"
ExifSubIFDTags
ExifLookup.Add"ExposureTime","829A"
ExifLookup.Add"FStop","829D"
ExifLookup.Add"ExposureProgram","8822"
ExifLookup.Add"ISOSpeedRatings","8827"
ExifLookup.Add"ExifVersion","9000"
ExifLookup.Add"DateTimeOriginal","9003"
ExifLookup.Add"DateTimeDigitized","9004"
ExifLookup.Add"ComponentsConfiguration","9101"
ExifLookup.Add"CompressedBitsPerPixel","9102"
ExifLookup.Add"ShutterSpeedValue","9201"
ExifLookup.Add"ApertureValue","9202"
ExifLookup.Add"BrightnessValue","9203"
ExifLookup.Add"ExposureBiasValue","9204"
ExifLookup.Add"MaxApertureValue","9205"
ExifLookup.Add"SubjectDistance","9206"
ExifLookup.Add"MeteringMode","9207"
ExifLookup.Add"LightSource","9208"
ExifLookup.Add"Flash","9209"
ExifLookup.Add"FocalLength","920A"
ExifLookup.Add"MakerNote","927C"
ExifLookup.Add"UserComment","9286"
ExifLookup.Add"SubsecTime","9290"
ExifLookup.Add"SubsecTimeOriginal","9291"
ExifLookup.Add"SubsecTimeDigitized","9292"
ExifLookup.Add"FlashPixVersion","A000"
ExifLookup.Add"ColorSpace","A001"
ExifLookup.Add"ExifImageWidth","A002"
ExifLookup.Add"ExifImageHeight","A003"
ExifLookup.Add"RelatedSoundFile","A004"
ExifLookup.Add"ExifInteroperabilityOffset","A005"
ExifLookup.Add"FocalPlaneXResolution","A20E"
ExifLookup.Add"FocalPlaneYResolution","A20F"
ExifLookup.Add"FocalPlaneResolutionUnit","A210"
ExifLookup.Add"ExposureIndex","A215"
ExifLookup.Add"SensingMethod","A217"
ExifLookup.Add"FileSource","A300"
ExifLookup.Add"SceneType","A301"
ExifLookup.Add"CFAPattern","A302"
InteroperabilityIFDTags
ExifLookup.Add"InteroperabilityIndex","01"
ExifLookup.Add"InteroperabilityVersion","02"
ExifLookup.Add"RelatedImageFileFormat","1000"
ExifLookup.Add"RelatedImageWidth","1001"
ExifLookup.Add"RelatedImageLength","1002"
IFD1Tags
ExifLookup.Add"ImageWidth","0100"
ExifLookup.Add"ImageHeight","0101"
ExifLookup.Add"BitsPerSample","0102"
ExifLookup.Add"Compression","0103"
ExifLookup.Add"PhotometricInterpretation","0106"
ExifLookup.Add"StripOffsets","0111"
ExifLookup.Add"SamplePerPixel","0115"
ExifLookup.Add"RowsPerStrip","0116"
ExifLookup.Add"StripByteCounts","0117"
ExifLookup.Add"XResolution2","011A"
ExifLookup.Add"YResolution2","011B"
ExifLookup.Add"PlanarConfiguration","011C"
ExifLook</p>ASP是依赖组件的,能访问数据库的组件好多就有好多种,再有就是你微软的工具可是什么都要收钱的啊! 弱类型造成潜在的出错可能:尽管弱数据类型的编程语言使用起来回方便一些,但相对于它所造成的出错几率是远远得不偿失的。 你可以通过继承已有的对象最大限度保护你以前的投资。并且C#和C++、Java一样提供了完善的调试/纠错体系。 我就感觉到ASP和一些常用的数据库编程以及软件工程方面的思想是非常重要的。我现在也在尝试自己做网页,这其中就用到了ASP,我想它的作用是可想而知的。 Request:从字面上讲就是“请求”,因此这个是处理客户端提交的东东的,例如Resuest.Form,Request.QueryString,或者干脆Request("变量名") 在平时的学习过程中要注意现学现用,注重运用,在掌握了一定的基础知识后,我们可以尝试做一些网页,也许在开始的时候我们可能会遇到很多问题,比如说如何很好的构建基本框架。 代码逻辑混乱,难于管理:由于ASP是脚本语言混合html编程,所以你很难看清代码的逻辑关系,并且随着程序的复杂性增加,使得代码的管理十分困难,甚至超出一个程序员所能达到的管理能力,从而造成出错或这样那样的问题。 ASP.Net摆脱了以前ASP使用脚本语言来编程的缺点,理论上可以使用任何编程语言包括C++,VB,JS等等,当然,最合适的编程语言还是MS为.NetFrmaework专门推出的C(读csharp),它可以看作是VC和Java的混合体吧。 ASP.Net摆脱了以前ASP使用脚本语言来编程的缺点,理论上可以使用任何编程语言包括C++,VB,JS等等,当然,最合适的编程语言还是MS为.NetFrmaework专门推出的C(读csharp),它可以看作是VC和Java的混合体吧。
页:
[1]